#DDEDBF

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

Shades of Willow Brook #DDEDBF

Tints of Willow Brook #DDEDBF

Color information

#DDEDBF (or 0xDDEDBF) is unknown color: approx Willow Brook. HEX triplet: DD, ED and BF. RGB value is (221,237,191). Sum of RGB (Red+Green+Blue) = 221+237+191=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBF is #221240. Grayscale: #E3E3E3. Windows color (decimal): -2232897 or 12578269. OLE color: 12578269.

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

Color convert

RGB221237191-
CMYK0.0700.190.07
HSL80.87º56.1%83.92%-
HSV(B)80.87º19.41%92.94%-
XYZ69.5179.761.01-
YUV226.97107.7123.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 191 (75% from 255) = 29.43%
R=34.05%
G=36.52%
B=29.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371910.0700.190.0780.8756.183.92
HexDDEDBF70137513854
Octal3353552777023712170124
Binary11011101111011011011111111101001111110100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDBF; }

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

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

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

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

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

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

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

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