#DDEBBE

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

Shades of Willow Brook #DDEBBE

Tints of Willow Brook #DDEBBE

Color information

#DDEBBE (or 0xDDEBBE) is unknown color: approx Willow Brook. HEX triplet: DD, EB and BE. RGB value is (221,235,190). Sum of RGB (Red+Green+Blue) = 221+235+190=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBBE is #221441. Grayscale: #E1E1E1. Windows color (decimal): -2233410 or 12512221. OLE color: 12512221.

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

Color convert

RGB221235190-
CMYK0.0600.190.08
HSL78.67º52.94%83.33%-
HSV(B)78.67º19.15%92.16%-
XYZ68.8278.5160.24-
YUV225.68107.86124.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=34.21%
G=36.38%
B=29.41%

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
Decimal2212351900.0600.190.0878.6752.9483.33
HexDDEBBE601384f3553
Octal33535327660231011765123
Binary110111011110101110111110110010011100010011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBBE; }

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

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

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

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

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

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

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

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