#DAECB5

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

Shades of Reef #DAECB5

Tints of Reef #DAECB5

Color information

#DAECB5 (or 0xDAECB5) is unknown color: approx Reef. HEX triplet: DA, EC and B5. RGB value is (218,236,181). Sum of RGB (Red+Green+Blue) = 218+236+181=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECB5 is #25134A. Grayscale: #E0E0E0. Windows color (decimal): -2429771 or 11922650. OLE color: 11922650.

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

Color convert

RGB218236181-
CMYK0.0800.230.07
HSL79.64º59.14%81.76%-
HSV(B)79.64º23.31%92.55%-
XYZ67.2578.2355.27-
YUV224.35103.54123.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=34.33%
G=37.17%
B=28.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361810.0800.230.0779.6459.1481.76
HexDAECB580177503b52
Octal33235426510027712073122
Binary110110101110110010110101100001011111110100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECB5; }

 p { color: rgb(218,236,181); }

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

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

 a { background-color: rgb(218,236,181); }

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

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

 span { border-color: rgb(218,236,181); }

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