#DDEDBD

Color #DDEDBD Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DDEDBD

Tints of Willow Brook #DDEDBD

Color information

#DDEDBD (or 0xDDEDBD) is unknown color: approx Willow Brook. HEX triplet: DD, ED and BD. RGB value is (221,237,189). Sum of RGB (Red+Green+Blue) = 221+237+189=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBD is #221242. Grayscale: #E2E2E2. Windows color (decimal): -2232899 or 12447197. OLE color: 12447197.

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

Color convert

RGB221237189-
CMYK0.0700.200.07
HSL80º57.14%83.53%-
HSV(B)80º20.25%92.94%-
XYZ69.2979.6159.86-
YUV226.74106.7123.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 189 (74.22% from 255) = 29.21%
R=34.16%
G=36.63%
B=29.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371890.0700.200.078057.1483.53
HexDDEDBD70147503954
Octal3353552757024712071124
Binary11011101111011011011110111101010011110100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDBD; }

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

 H1.HeaderClassName
 {
   color: #DDEDBD;
 }
 .AnyTagClassName
 {
   color: #DDEDBD;
 }
</style>
background-color css

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

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

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

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

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

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