#DAEDBC

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

Shades of Willow Brook #DAEDBC

Tints of Willow Brook #DAEDBC

Color information

#DAEDBC (or 0xDAEDBC) is unknown color: approx Willow Brook. HEX triplet: DA, ED and BC. RGB value is (218,237,188). Sum of RGB (Red+Green+Blue) = 218+237+188=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBC is #251243. Grayscale: #E1E1E1. Windows color (decimal): -2429508 or 12381658. OLE color: 12381658.

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

Color convert

RGB218237188-
CMYK0.0800.210.07
HSL83.27º57.65%83.33%-
HSV(B)83.27º20.68%92.94%-
XYZ68.2779.159.25-
YUV225.73106.71122.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=33.90%
G=36.86%
B=29.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371880.0800.210.0783.2757.6583.33
HexDAEDBC80157533a53
Octal33235527410025712372123
Binary110110101110110110111100100001010111110100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDBC; }

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

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

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

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

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

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

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

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