Html Css Color HEX #DDE2CD Willow Brook

📋 copy color: '#DDE2CD'

red 221 ◦ green 226 ◦ blue 205

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

Shades of Willow Brook #DDE2CD

Tints of Willow Brook #DDE2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.44%

R = 33.9%
G = 34.66%
B = 31.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#DDE2CD (or 0xDDE2CD) is known color: Willow Brook. HEX triplet: DD, E2 and CD. RGB value is (221,226,205). Sum of RGB (Red+Green+Blue) = 221+226+205=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2CD is #221D32. Grayscale: #DEDEDE. Windows color (decimal): -2235699 or 13492957. OLE color: 13492957.

HSL color Cylindrical-coordinate representation of color #DDE2CD: hue angle of 74.29º degrees, saturation: 0.27, 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 #DDE2CD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 205 -
CMYK 0.02 0 0.09 0.11
HSL 74.29º 0.27% 0.85% -
HSV(B) 74.29º 0.09% 0.89% -
XYZ 68.03 74.17 68.49 -
YUV 222.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 221 226 205 0.02 0 0.09 0.11 74.29 0.27 0.85
Hex DD E2 CD 2 0 9 B 4A 1B 55
Octal 335 342 315 2 0 11 13 112 33 125
Binary 11011101 11100010 11001101 10 0 1001 1011 1001010 11011 1010101

Color Harmonies of #DDE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2CD

Black with #DDE2CD

Text Example


Text Example

White with #DDE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2CD; }

 p { color: rgb(221,226,205); }

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

background-color css

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

 a { background-color: rgb(221,226,205); }

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

border-color css

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

 span { border-color: rgb(221,226,205); }

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