Html Css Color HEX #DDEDC7 Willow Brook

📋 copy color: '#DDEDC7'

red 221 ◦ green 237 ◦ blue 199

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

Shades of Willow Brook #DDEDC7

Tints of Willow Brook #DDEDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.07%

 BLUE value IS 199 (78.13% from 255) = 30.29%

R = 33.64%
G = 36.07%
B = 30.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DDEDC7 (or 0xDDEDC7) is known color: Willow Brook. HEX triplet: DD, ED and C7. RGB value is (221,237,199). Sum of RGB (Red+Green+Blue) = 221+237+199=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC7 is #221238. Grayscale: #E4E4E4. Windows color (decimal): -2232889 or 13102557. OLE color: 13102557.

HSL color Cylindrical-coordinate representation of color #DDEDC7: hue angle of 85.26º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 199 -
CMYK 0.07 0 0.16 0.07
HSL 85.26º 0.51% 0.85% -
HSV(B) 85.26º 0.16% 0.93% -
XYZ 70.41 80.06 65.78 -
YUV 227.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 221 237 199 0.07 0 0.16 0.07 85.26 0.51 0.85
Hex DD ED C7 7 0 10 7 55 33 55
Octal 335 355 307 7 0 20 7 125 63 125
Binary 11011101 11101101 11000111 111 0 10000 111 1010101 110011 1010101

Color Harmonies of #DDEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDC7

Black with #DDEDC7

Text Example


Text Example

White with #DDEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDC7; }

 p { color: rgb(221,237,199); }

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

background-color css

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

 a { background-color: rgb(221,237,199); }

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

border-color css

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

 span { border-color: rgb(221,237,199); }

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