#DAEDBE

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

Shades of Willow Brook #DAEDBE

Tints of Willow Brook #DAEDBE

Color information

#DAEDBE (or 0xDAEDBE) is unknown color: approx Willow Brook. HEX triplet: DA, ED and BE. RGB value is (218,237,190). Sum of RGB (Red+Green+Blue) = 218+237+190=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBE is #251241. Grayscale: #E2E2E2. Windows color (decimal): -2429506 or 12512730. OLE color: 12512730.

HSL color Cylindrical-coordinate representation of color #DAEDBE: hue angle of 84.26º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEDBE is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB218237190-
CMYK0.0800.200.07
HSL84.26º56.63%83.73%-
HSV(B)84.26º19.83%92.94%-
XYZ68.4979.1960.39-
YUV225.96107.71122.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=33.80%
G=36.74%
B=29.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371900.0800.200.0784.2656.6383.73
HexDAEDBE80147543954
Octal33235527610024712471124
Binary110110101110110110111110100001010011110101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDBE; }

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

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

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

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

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

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

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

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