Html Css Color HEX #DDEDC3 Willow Brook

📋 copy color: '#DDEDC3'

red 221 ◦ green 237 ◦ blue 195

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

Shades of Willow Brook #DDEDC3

Tints of Willow Brook #DDEDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.86%

R = 33.84%
G = 36.29%
B = 29.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#DDEDC3 (or 0xDDEDC3) is known color: Willow Brook. HEX triplet: DD, ED and C3. RGB value is (221,237,195). Sum of RGB (Red+Green+Blue) = 221+237+195=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC3 is #22123C. Grayscale: #E3E3E3. Windows color (decimal): -2232893 or 12840413. OLE color: 12840413.

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

Color convert

RGB 221 237 195 -
CMYK 0.07 0 0.18 0.07
HSL 82.86º 0.54% 0.85% -
HSV(B) 82.86º 0.18% 0.93% -
XYZ 69.95 79.88 63.36 -
YUV 227.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 221 237 195 0.07 0 0.18 0.07 82.86 0.54 0.85
Hex DD ED C3 7 0 12 7 53 36 55
Octal 335 355 303 7 0 22 7 123 66 125
Binary 11011101 11101101 11000011 111 0 10010 111 1010011 110110 1010101

Color Harmonies of #DDEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDC3

Black with #DDEDC3

Text Example


Text Example

White with #DDEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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