#DDEBBB

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

Shades of Willow Brook #DDEBBB

Tints of Willow Brook #DDEBBB

Color information

#DDEBBB (or 0xDDEBBB) is unknown color: approx Willow Brook. HEX triplet: DD, EB and BB. RGB value is (221,235,187). Sum of RGB (Red+Green+Blue) = 221+235+187=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBBB is #221444. Grayscale: #E1E1E1. Windows color (decimal): -2233413 or 12315613. OLE color: 12315613.

HSL color Cylindrical-coordinate representation of color #DDEBBB: hue angle of 77.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDEBBB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB221235187-
CMYK0.0600.200.08
HSL77.5º54.55%82.75%-
HSV(B)77.5º20.43%92.16%-
XYZ68.578.3858.53-
YUV225.34106.36124.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=34.37%
G=36.55%
B=29.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351870.0600.200.0877.554.5582.75
HexDDEBBB601484e3753
Octal33535327360241011667123
Binary110111011110101110111011110010100100010011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBBB; }

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

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

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

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

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

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

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

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