#DAEFBD

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

Shades of Willow Brook #DAEFBD

Tints of Willow Brook #DAEFBD

Color information

#DAEFBD (or 0xDAEFBD) is unknown color: approx Willow Brook. HEX triplet: DA, EF and BD. RGB value is (218,239,189). Sum of RGB (Red+Green+Blue) = 218+239+189=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFBD is #251042. Grayscale: #E3E3E3. Windows color (decimal): -2428995 or 12447706. OLE color: 12447706.

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

Color convert

RGB218239189-
CMYK0.0900.210.06
HSL85.2º60.98%83.92%-
HSV(B)85.2º20.92%93.73%-
XYZ68.9780.3160.01-
YUV227.02106.54121.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=33.75%
G=37.00%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391890.0900.210.0685.260.9883.92
HexDAEFBD90156553d54
Octal33235727511025612575124
Binary110110101110111110111101100101010111010101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFBD; }

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

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

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

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

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

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

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

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