#DAEFBC

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

Shades of Willow Brook #DAEFBC

Tints of Willow Brook #DAEFBC

Color information

#DAEFBC (or 0xDAEFBC) is unknown color: approx Willow Brook. HEX triplet: DA, EF and BC. RGB value is (218,239,188). Sum of RGB (Red+Green+Blue) = 218+239+188=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFBC is #251043. Grayscale: #E3E3E3. Windows color (decimal): -2428996 or 12382170. OLE color: 12382170.

HSL color Cylindrical-coordinate representation of color #DAEFBC: hue angle of 84.71º 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 #DAEFBC is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB218239188-
CMYK0.0900.210.06
HSL84.71º61.45%83.73%-
HSV(B)84.71º21.34%93.73%-
XYZ68.8680.2759.44-
YUV226.91106.04121.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 188 (73.83% from 255) = 29.15%
R=33.80%
G=37.05%
B=29.15%

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
Decimal2182391880.0900.210.0684.7161.4583.73
HexDAEFBC90156553d54
Octal33235727411025612575124
Binary110110101110111110111100100101010111010101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFBC; }

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

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

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

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

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

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

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

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