#DFEFCA

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

Shades of Willow Brook #DFEFCA

Tints of Willow Brook #DFEFCA

Color information

#DFEFCA (or 0xDFEFCA) is unknown color: approx Willow Brook. HEX triplet: DF, EF and CA. RGB value is (223,239,202). Sum of RGB (Red+Green+Blue) = 223+239+202=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFCA is #201035. Grayscale: #E6E6E6. Windows color (decimal): -2101302 or 13299679. OLE color: 13299679.

HSL color Cylindrical-coordinate representation of color #DFEFCA: hue angle of 85.95º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFEFCA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB223239202-
CMYK0.0700.150.06
HSL85.95º53.62%86.47%-
HSV(B)85.95º15.48%93.73%-
XYZ71.9681.6967.85-
YUV230112.2123.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=33.58%
G=35.99%
B=30.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392020.0700.150.0685.9553.6286.47
HexDFEFCA70F6563656
Octal3373573127017612666126
Binary1101111111101111110010101110111111010101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFCA; }

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

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

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

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

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

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

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

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