Color Hex Logo

#dccbe8 Color Hex

#DCCBE8
(220,203,232)
0 Favorites   0 Comments

Color spaces of #dccbe8

RGB 220203232
HSL0.760.390.85
HSV275°13°91°
CMYK 0.050.130.00   0.09
XYZ65.436663.753785.2007
Yxy63.75370.30520.2974
Hunter Lab79.84596.5568-7.3741
CIE-Lab83.837411.1666-12.1662

#dccbe8 color RGB value is (220,203,232).

#dccbe8 hex color red value is 220, green value is 203 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dccbe8 hue: 0.76 , saturation: 0.39 and the lightness value of dccbe8 is 0.85.

The process color (four color CMYK) of #dccbe8 color hex is 0.05, 0.13, 0.00, 0.09. Web safe color of #dccbe8 is #ccccff. Color #dccbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11101000
Octal 334 313 350
Decimal 220 203 232
Hex DC CB E8

RGB Percentages of Color #dccbe8

%33.59
%30.99
%35.42

CMYK Percentages of Color #dccbe8

%5
%13
%0
%9

Triadic Colors of #dccbe8

#dccbe8 #e8dccb #cbe8dc

Analogous Colors of #dccbe8

#dccbe8 #e8cbe6 #cecbe8

Monochromatic Colors of #dccbe8

#dccbe8

Complementary Color

#dccbe8 #d7e8cb

#dccbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbe8 Color CSS Codes

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

#dccbe8 Text Font Color

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

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


#dccbe8 Background Color

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

This div background color is #dccbe8


#dccbe8 Border Color

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

This div border color is #dccbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbe8


Comments

No comments written yet.

Please login to write comment.