Color Hex Logo

#dbccfb Color Hex

#DBCCFB
(219,204,251)
0 Favorites   0 Comments

Color spaces of #dbccfb

RGB 219204251
HSL0.720.850.89
HSV259°19°98°
CMYK 0.130.190.00   0.02
XYZ68.218965.2108100.2582
Yxy65.21080.29190.2791
Hunter Lab80.75329.4756-17.0836
CIE-Lab84.592214.0835-21.1384

#dbccfb color RGB value is (219,204,251).

#dbccfb hex color red value is 219, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbccfb hue: 0.72 , saturation: 0.85 and the lightness value of dbccfb is 0.89.

The process color (four color CMYK) of #dbccfb color hex is 0.13, 0.19, 0.00, 0.02. Web safe color of #dbccfb is #ccccff. Color #dbccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11111011
Octal 333 314 373
Decimal 219 204 251
Hex DB CC FB

RGB Percentages of Color #dbccfb

%32.49
%30.27
%37.24

CMYK Percentages of Color #dbccfb

%13
%19
%0
%2

Triadic Colors of #dbccfb

#dbccfb #fbdbcc #ccfbdb

Analogous Colors of #dbccfb

#dbccfb #f3ccfb #ccd5fb

Monochromatic Colors of #dbccfb

#dbccfb

Complementary Color

#dbccfb #ecfbcc

#dbccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccfb Color CSS Codes

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

#dbccfb Text Font Color

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

This sample text font color is #dbccfb
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.


#dbccfb Background Color

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

This div background color is #dbccfb


#dbccfb Border Color

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

This div border color is #dbccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.