Html Css Color HEX #DDE8CC Willow Brook

📋 copy color: '#DDE8CC'

red 221 ◦ green 232 ◦ blue 204

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

Shades of Willow Brook #DDE8CC

Tints of Willow Brook #DDE8CC

RGB

 RED value IS 221 (86.72% from 255) = 33.64%

 GREEN value IS 232 (91.02% from 255) = 35.31%

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 33.64%
G = 35.31%
B = 31.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#DDE8CC (or 0xDDE8CC) is known color: Willow Brook. HEX triplet: DD, E8 and CC. RGB value is (221,232,204). Sum of RGB (Red+Green+Blue) = 221+232+204=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8CC is #221733. Grayscale: #E1E1E1. Windows color (decimal): -2234164 or 13428957. OLE color: 13428957.

HSL color Cylindrical-coordinate representation of color #DDE8CC: hue angle of 83.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE8CC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 204 -
CMYK 0.05 0 0.12 0.09
HSL 83.57º 0.38% 0.85% -
HSV(B) 83.57º 0.12% 0.91% -
XYZ 69.57 77.45 68.41 -
YUV 225.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 221 232 204 0.05 0 0.12 0.09 83.57 0.38 0.85
Hex DD E8 CC 5 0 C 9 54 26 55
Octal 335 350 314 5 0 14 11 124 46 125
Binary 11011101 11101000 11001100 101 0 1100 1001 1010100 100110 1010101

Color Harmonies of #DDE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8CC

Black with #DDE8CC

Text Example


Text Example

White with #DDE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8CC; }

 p { color: rgb(221,232,204); }

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

background-color css

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

 a { background-color: rgb(221,232,204); }

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

border-color css

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

 span { border-color: rgb(221,232,204); }

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