#DFE5CA

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

Shades of Willow Brook #DFE5CA

Tints of Willow Brook #DFE5CA

Color information

#DFE5CA (or 0xDFE5CA) is unknown color: approx Willow Brook. HEX triplet: DF, E5 and CA. RGB value is (223,229,202). Sum of RGB (Red+Green+Blue) = 223+229+202=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5CA is #201A35. Grayscale: #E0E0E0. Windows color (decimal): -2103862 or 13297119. OLE color: 13297119.

HSL color Cylindrical-coordinate representation of color #DFE5CA: hue angle of 73.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE5CA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB223229202-
CMYK0.0300.120.10
HSL73.33º34.18%84.51%-
HSV(B)73.33º11.79%89.8%-
XYZ69.1175.9966.9-
YUV224.13115.51127.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=34.10%
G=35.02%
B=30.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232292020.0300.120.1073.3334.1884.51
HexDFE5CA30CA492255
Octal33734531230141211142125
Binary1101111111100101110010101101100101010010011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5CA; }

 p { color: rgb(223,229,202); }

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

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

 a { background-color: rgb(223,229,202); }

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

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

 span { border-color: rgb(223,229,202); }

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