#DAEEC0

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

Shades of Willow Brook #DAEEC0

Tints of Willow Brook #DAEEC0

Color information

#DAEEC0 (or 0xDAEEC0) is unknown color: approx Willow Brook. HEX triplet: DA, EE and C0. RGB value is (218,238,192). Sum of RGB (Red+Green+Blue) = 218+238+192=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC0 is #25113F. Grayscale: #E2E2E2. Windows color (decimal): -2429248 or 12644058. OLE color: 12644058.

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

Color convert

RGB218238192-
CMYK0.0800.190.07
HSL86.09º57.5%84.31%-
HSV(B)86.09º19.33%93.33%-
XYZ6979.8661.65-
YUV226.78108.37121.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=33.64%
G=36.73%
B=29.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381920.0800.190.0786.0957.584.31
HexDAEEC080137563a54
Octal33235630010023712672124
Binary110110101110111011000000100001001111110101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC0; }

 p { color: rgb(218,238,192); }

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

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

 a { background-color: rgb(218,238,192); }

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

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

 span { border-color: rgb(218,238,192); }

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