#DAEDBB

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

Shades of Willow Brook #DAEDBB

Tints of Willow Brook #DAEDBB

Color information

#DAEDBB (or 0xDAEDBB) is unknown color: approx Willow Brook. HEX triplet: DA, ED and BB. RGB value is (218,237,187). Sum of RGB (Red+Green+Blue) = 218+237+187=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBB is #251244. Grayscale: #E1E1E1. Windows color (decimal): -2429509 or 12316122. OLE color: 12316122.

HSL color Cylindrical-coordinate representation of color #DAEDBB: hue angle of 82.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEDBB is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB218237187-
CMYK0.0800.210.07
HSL82.8º58.14%83.14%-
HSV(B)82.8º21.1%92.94%-
XYZ68.1779.0658.68-
YUV225.62106.21122.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=33.96%
G=36.92%
B=29.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371870.0800.210.0782.858.1483.14
HexDAEDBB80157533a53
Octal33235527310025712372123
Binary110110101110110110111011100001010111110100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDBB; }

 p { color: rgb(218,237,187); }

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

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

 a { background-color: rgb(218,237,187); }

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

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

 span { border-color: rgb(218,237,187); }

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