Html Css Color HEX #DDE4CA Willow Brook

📋 copy color: '#DDE4CA'

red 221 ◦ green 228 ◦ blue 202

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

Shades of Willow Brook #DDE4CA

Tints of Willow Brook #DDE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.02%

 BLUE value IS 202 (79.3% from 255) = 31.03%

R = 33.95%
G = 35.02%
B = 31.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#DDE4CA (or 0xDDE4CA) is known color: Willow Brook. HEX triplet: DD, E4 and CA. RGB value is (221,228,202). Sum of RGB (Red+Green+Blue) = 221+228+202=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CA is #221B35. Grayscale: #DFDFDF. Windows color (decimal): -2235190 or 13296861. OLE color: 13296861.

HSL color Cylindrical-coordinate representation of color #DDE4CA: hue angle of 76.15º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE4CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 202 -
CMYK 0.03 0 0.11 0.11
HSL 76.15º 0.33% 0.84% -
HSV(B) 76.15º 0.11% 0.89% -
XYZ 68.22 75.12 66.78 -
YUV 222.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 221 228 202 0.03 0 0.11 0.11 76.15 0.33 0.84
Hex DD E4 CA 3 0 B B 4C 20 54
Octal 335 344 312 3 0 13 13 114 40 124
Binary 11011101 11100100 11001010 11 0 1011 1011 1001100 100000 1010100

Color Harmonies of #DDE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4CA

Black with #DDE4CA

Text Example


Text Example

White with #DDE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4CA; }

 p { color: rgb(221,228,202); }

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

background-color css

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

 a { background-color: rgb(221,228,202); }

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

border-color css

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

 span { border-color: rgb(221,228,202); }

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