Color Hex Logo

#dbbfdc Color Hex

#DBBFDC
(219,191,220)
0 Favorites   0 Comments

Color spaces of #dbbfdc

RGB 219191220
HSL0.830.290.81
HSV298°13°86°
CMYK 0.000.130.00   0.14
XYZ60.762557.489075.6041
Yxy57.48900.31340.2966
Hunter Lab75.821510.3603-6.0449
CIE-Lab80.453914.9780-10.8029

#dbbfdc color RGB value is (219,191,220).

#dbbfdc hex color red value is 219, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbbfdc hue: 0.83 , saturation: 0.29 and the lightness value of dbbfdc is 0.81.

The process color (four color CMYK) of #dbbfdc color hex is 0.00, 0.13, 0.00, 0.14. Web safe color of #dbbfdc is #cccccc. Color #dbbfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11011100
Octal 333 277 334
Decimal 219 191 220
Hex DB BF DC

RGB Percentages of Color #dbbfdc

%34.76
%30.32
%34.92

CMYK Percentages of Color #dbbfdc

%0
%13
%0
%14

Triadic Colors of #dbbfdc

#dbbfdc #dcdbbf #bfdcdb

Analogous Colors of #dbbfdc

#dbbfdc #dcbfcf #cdbfdc

Monochromatic Colors of #dbbfdc

#dbbfdc

Complementary Color

#dbbfdc #c0dcbf

#dbbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfdc Color CSS Codes

.mybgcolor {background-color:#dbbfdc; } 
.myforecolor {color:#dbbfdc; }
.mybordercolor {border:3px solid #dbbfdc; }

#dbbfdc Text Font Color

<p style="color:#dbbfdc">Text here</p>

This sample text font color is #dbbfdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbfdc Background Color

<div style="background-color:#dbbfdc">
Div content here</div>

This div background color is #dbbfdc


#dbbfdc Border Color

<div style="border:3px solid #dbbfdc">
Div here</div>

This div border color is #dbbfdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,191,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbfdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbfdc;
  box-shadow:         1px 1px 3px 2px #dbbfdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,191,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbfdc;
  box-shadow:         1px 1px 3px 2px #dbbfdc;">
Div content here</div>

This div box has shadow with color #dbbfdc


Comments

No comments written yet.

Please login to write comment.