Color Hex Logo

#dccefb Color Hex

#DCCEFB
(220,206,251)
0 Favorites   0 Comments

Color spaces of #dccefb

RGB 220206251
HSL0.720.850.90
HSV259°18°98°
CMYK 0.120.180.00   0.02
XYZ68.999166.3233100.4318
Yxy66.32330.29270.2813
Hunter Lab81.43918.7152-16.1098
CIE-Lab85.161113.3319-20.2699

#dccefb color RGB value is (220,206,251).

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

The process color (four color CMYK) of #dccefb color hex is 0.12, 0.18, 0.00, 0.02. Web safe color of #dccefb is #ccccff. Color #dccefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11111011
Octal 334 316 373
Decimal 220 206 251
Hex DC CE FB

RGB Percentages of Color #dccefb

%32.50
%30.43
%37.08

CMYK Percentages of Color #dccefb

%12
%18
%0
%2

Triadic Colors of #dccefb

#dccefb #fbdcce #cefbdc

Analogous Colors of #dccefb

#dccefb #f3cefb #ced7fb

Monochromatic Colors of #dccefb

#dccefb

Complementary Color

#dccefb #edfbce

#dccefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccefb Color CSS Codes

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

#dccefb Text Font Color

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

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


#dccefb Background Color

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

This div background color is #dccefb


#dccefb Border Color

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

This div border color is #dccefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,206,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 #dccefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccefb

Related Colors


Comments

No comments written yet.

Please login to write comment.