Html Css Color HEX #DFE2D0 Willow Brook

📋 copy color: '#DFE2D0'

red 223 ◦ green 226 ◦ blue 208

#DFE2D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Brook #DFE2D0

Tints of Willow Brook #DFE2D0

RGB

 RED value IS 223 (87.5% from 255) = 33.94%

 GREEN value IS 226 (88.67% from 255) = 34.4%

 BLUE value IS 208 (81.64% from 255) = 31.66%

R = 33.94%
G = 34.4%
B = 31.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#DFE2D0 (or 0xDFE2D0) is known color: Willow Brook. HEX triplet: DF, E2 and D0. RGB value is (223,226,208). Sum of RGB (Red+Green+Blue) = 223+226+208=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2D0 is #201D2F. Grayscale: #DFDFDF. Windows color (decimal): -2104624 or 13689567. OLE color: 13689567.

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

Color convert

RGB 223 226 208 -
CMYK 0.01 0 0.08 0.11
HSL 70º 0.24% 0.85% -
HSV(B) 70º 0.08% 0.89% -
XYZ 69.01 74.63 70.44 -
YUV 223.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 223 226 208 0.01 0 0.08 0.11 70 0.24 0.85
Hex DF E2 D0 1 0 8 B 46 18 55
Octal 337 342 320 1 0 10 13 106 30 125
Binary 11011111 11100010 11010000 1 0 1000 1011 1000110 11000 1010101

Color Harmonies of #DFE2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2D0

Black with #DFE2D0

Text Example


Text Example

White with #DFE2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2D0; }

 p { color: rgb(223,226,208); }

 H1.HeaderClassName
 {
   color: #DFE2D0;
 }
 .AnyTagClassName
 {
   color: #DFE2D0;
 }
</style>

background-color css

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

 a { background-color: rgb(223,226,208); }

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

border-color css

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

 span { border-color: rgb(223,226,208); }

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