#DAEFBA

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

Shades of Willow Brook #DAEFBA

Tints of Willow Brook #DAEFBA

Color information

#DAEFBA (or 0xDAEFBA) is unknown color: approx Willow Brook. HEX triplet: DA, EF and BA. RGB value is (218,239,186). Sum of RGB (Red+Green+Blue) = 218+239+186=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFBA is #251045. Grayscale: #E2E2E2. Windows color (decimal): -2428998 or 12251098. OLE color: 12251098.

HSL color Cylindrical-coordinate representation of color #DAEFBA: hue angle of 83.77º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAEFBA is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB218239186-
CMYK0.0900.220.06
HSL83.77º62.35%83.33%-
HSV(B)83.77º22.18%93.73%-
XYZ68.6480.1858.31-
YUV226.68105.04121.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=33.90%
G=37.17%
B=28.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391860.0900.220.0683.7762.3583.33
HexDAEFBA90166543e53
Octal33235727211026612476123
Binary110110101110111110111010100101011011010101001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFBA; }

 p { color: rgb(218,239,186); }

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

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

 a { background-color: rgb(218,239,186); }

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

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

 span { border-color: rgb(218,239,186); }

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