#DDEBCA

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

Shades of Willow Brook #DDEBCA

Tints of Willow Brook #DDEBCA

Color information

#DDEBCA (or 0xDDEBCA) is unknown color: approx Willow Brook. HEX triplet: DD, EB and CA. RGB value is (221,235,202). Sum of RGB (Red+Green+Blue) = 221+235+202=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBCA is #221435. Grayscale: #E3E3E3. Windows color (decimal): -2233398 or 13298653. OLE color: 13298653.

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

Color convert

RGB221235202-
CMYK0.0600.140.08
HSL85.45º45.21%85.69%-
HSV(B)85.45º14.04%92.16%-
XYZ70.1979.0567.44-
YUV227.05113.86123.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=33.59%
G=35.71%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352020.0600.140.0885.4545.2185.69
HexDDEBCA60E8552d56
Octal33535331260161012555126
Binary11011101111010111100101011001110100010101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBCA; }

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

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

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

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

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

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

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

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