#DAEBBC

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

Shades of Willow Brook #DAEBBC

Tints of Willow Brook #DAEBBC

Color information

#DAEBBC (or 0xDAEBBC) is unknown color: approx Willow Brook. HEX triplet: DA, EB and BC. RGB value is (218,235,188). Sum of RGB (Red+Green+Blue) = 218+235+188=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBBC is #251443. Grayscale: #E0E0E0. Windows color (decimal): -2430020 or 12381146. OLE color: 12381146.

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

Color convert

RGB218235188-
CMYK0.0700.20.08
HSL81.7º54.02%82.94%-
HSV(B)81.7º20%92.16%-
XYZ67.777.9559.06-
YUV224.56107.37123.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 188 (73.83% from 255) = 29.33%
R=34.01%
G=36.66%
B=29.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351880.0700.20.0881.754.0282.94
HexDAEBBC70148523653
Octal33235327470241012266123
Binary110110101110101110111100111010100100010100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBBC; }

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

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

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

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

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

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

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

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