#DCE4CA

Color #DCE4CA Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DCE4CA

Tints of Willow Brook #DCE4CA

Color information

#DCE4CA (or 0xDCE4CA) is unknown color: approx Willow Brook. HEX triplet: DC, E4 and CA. RGB value is (220,228,202). Sum of RGB (Red+Green+Blue) = 220+228+202=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4CA is #231B35. Grayscale: #DEDEDE. Windows color (decimal): -2300726 or 13296860. OLE color: 13296860.

HSL color Cylindrical-coordinate representation of color #DCE4CA: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE4CA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB220228202-
CMYK0.0400.110.11
HSL78.46º32.5%84.31%-
HSV(B)78.46º11.4%89.41%-
XYZ67.9274.9766.77-
YUV222.64116.35126.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 228 (89.45% from 255) = 35.08%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=33.85%
G=35.08%
B=31.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202282020.0400.110.1178.4632.584.31
HexDCE4CA40BB4e2054
Octal33434431240131311640124
Binary11011100111001001100101010001011101110011101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4CA; }

 p { color: rgb(220,228,202); }

 H1.HeaderClassName
 {
   color: #DCE4CA;
 }
 .AnyTagClassName
 {
   color: #DCE4CA;
 }
</style>
background-color css

<style>
 a { background-color: #DCE4CA; }

 a { background-color: rgb(220,228,202); }

 div.DivClassName
 {
   background-color: #DCE4CA;
 }
 .BgClassName
 {
   background-color: #DCE4CA;
 }
</style>
border-color css

<style>
 span { border-color: #DCE4CA; }

 span { border-color: rgb(220,228,202); }

 td.TdClassName
 {
   border-color: #DCE4CA;
 }
 .TagClassName
 {
   border-color: #DCE4CA;
 }
</style>