Html Css Color HEX #DDECBF Willow Brook

📋 copy color: '#DDECBF'

red 221 ◦ green 236 ◦ blue 191

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

Shades of Willow Brook #DDECBF

Tints of Willow Brook #DDECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.48%

R = 34.1%
G = 36.42%
B = 29.48%

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

#DDECBF (or 0xDDECBF) is known color: Willow Brook. HEX triplet: DD, EC and BF. RGB value is (221,236,191). Sum of RGB (Red+Green+Blue) = 221+236+191=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECBF is #221340. Grayscale: #E2E2E2. Windows color (decimal): -2233153 or 12578013. OLE color: 12578013.

HSL color Cylindrical-coordinate representation of color #DDECBF: hue angle of 80º 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 #DDECBF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 191 -
CMYK 0.06 0 0.19 0.07
HSL 80º 0.54% 0.84% -
HSV(B) 80º 0.19% 0.93% -
XYZ 69.22 79.12 60.91 -
YUV 226.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 221 236 191 0.06 0 0.19 0.07 80 0.54 0.84
Hex DD EC BF 6 0 13 7 50 36 54
Octal 335 354 277 6 0 23 7 120 66 124
Binary 11011101 11101100 10111111 110 0 10011 111 1010000 110110 1010100

Color Harmonies of #DDECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECBF

Black with #DDECBF

Text Example


Text Example

White with #DDECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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