#DDEBBF

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

Shades of Willow Brook #DDEBBF

Tints of Willow Brook #DDEBBF

Color information

#DDEBBF (or 0xDDEBBF) is unknown color: approx Willow Brook. HEX triplet: DD, EB and BF. RGB value is (221,235,191). Sum of RGB (Red+Green+Blue) = 221+235+191=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBBF is #221440. Grayscale: #E1E1E1. Windows color (decimal): -2233409 or 12577757. OLE color: 12577757.

HSL color Cylindrical-coordinate representation of color #DDEBBF: hue angle of 79.09º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDEBBF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB221235191-
CMYK0.0600.190.08
HSL79.09º52.38%83.53%-
HSV(B)79.09º18.72%92.16%-
XYZ68.9378.5560.82-
YUV225.8108.36124.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 191 (75% from 255) = 29.52%
R=34.16%
G=36.32%
B=29.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351910.0600.190.0879.0952.3883.53
HexDDEBBF601384f3454
Octal33535327760231011764124
Binary110111011110101110111111110010011100010011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBBF; }

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

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

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

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

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

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

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

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