Html Css Color HEX #DDECC0 Willow Brook

📋 copy color: '#DDECC0'

red 221 ◦ green 236 ◦ blue 192

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

Shades of Willow Brook #DDECC0

Tints of Willow Brook #DDECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.36%

 BLUE value IS 192 (75.39% from 255) = 29.58%

R = 34.05%
G = 36.36%
B = 29.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#DDECC0 (or 0xDDECC0) is known color: Willow Brook. HEX triplet: DD, EC and C0. RGB value is (221,236,192). Sum of RGB (Red+Green+Blue) = 221+236+192=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC0 is #22133F. Grayscale: #E2E2E2. Windows color (decimal): -2233152 or 12643549. OLE color: 12643549.

HSL color Cylindrical-coordinate representation of color #DDECC0: hue angle of 80.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDECC0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 192 -
CMYK 0.06 0 0.19 0.07
HSL 80.45º 0.54% 0.84% -
HSV(B) 80.45º 0.19% 0.93% -
XYZ 69.33 79.17 61.5 -
YUV 226.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 221 236 192 0.06 0 0.19 0.07 80.45 0.54 0.84
Hex DD EC C0 6 0 13 7 50 36 54
Octal 335 354 300 6 0 23 7 120 66 124
Binary 11011101 11101100 11000000 110 0 10011 111 1010000 110110 1010100

Color Harmonies of #DDECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECC0

Black with #DDECC0

Text Example


Text Example

White with #DDECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECC0; }

 p { color: rgb(221,236,192); }

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

background-color css

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

 a { background-color: rgb(221,236,192); }

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

border-color css

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

 span { border-color: rgb(221,236,192); }

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