Html Css Color HEX #DDEDC8 Willow Brook

📋 copy color: '#DDEDC8'

red 221 ◦ green 237 ◦ blue 200

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

Shades of Willow Brook #DDEDC8

Tints of Willow Brook #DDEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.4%

R = 33.59%
G = 36.02%
B = 30.4%

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

#DDEDC8 (or 0xDDEDC8) is known color: Willow Brook. HEX triplet: DD, ED and C8. RGB value is (221,237,200). Sum of RGB (Red+Green+Blue) = 221+237+200=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC8 is #221237. Grayscale: #E4E4E4. Windows color (decimal): -2232888 or 13168093. OLE color: 13168093.

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

Color convert

RGB 221 237 200 -
CMYK 0.07 0 0.16 0.07
HSL 85.95º 0.51% 0.86% -
HSV(B) 85.95º 0.16% 0.93% -
XYZ 70.53 80.11 66.39 -
YUV 228 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 221 237 200 0.07 0 0.16 0.07 85.95 0.51 0.86
Hex DD ED C8 7 0 10 7 56 33 56
Octal 335 355 310 7 0 20 7 126 63 126
Binary 11011101 11101101 11001000 111 0 10000 111 1010110 110011 1010110

Color Harmonies of #DDEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDC8

Black with #DDEDC8

Text Example


Text Example

White with #DDEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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