#DFE3CF

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

Shades of Willow Brook #DFE3CF

Tints of Willow Brook #DFE3CF

Color information

#DFE3CF (or 0xDFE3CF) is unknown color: approx Willow Brook. HEX triplet: DF, E3 and CF. RGB value is (223,227,207). Sum of RGB (Red+Green+Blue) = 223+227+207=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3CF is #201C30. Grayscale: #DFDFDF. Windows color (decimal): -2104369 or 13624287. OLE color: 13624287.

HSL color Cylindrical-coordinate representation of color #DFE3CF: hue angle of 72º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE3CF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB223227207-
CMYK0.0200.090.11
HSL72º26.32%85.1%-
HSV(B)72º8.81%89.02%-
XYZ69.1675.1369.89-
YUV223.52118.67127.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=33.94%
G=34.55%
B=31.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232272070.0200.090.117226.3285.1
HexDFE3CF209B481a55
Octal33734331720111311032125
Binary110111111110001111001111100100110111001000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3CF; }

 p { color: rgb(223,227,207); }

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

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

 a { background-color: rgb(223,227,207); }

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

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

 span { border-color: rgb(223,227,207); }

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