Shades of Reef #DAECAC
Tints of Reef #DAECAC
RGB
CMYK
RGB Variations
Color information
#DAECAC (or 0xDAECAC) is known color: Reef. HEX triplet: DA, EC and AC. RGB value is (218,236,172). Sum of RGB (Red+Green+Blue) = 218+236+172=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECAC is #251353. Grayscale: #DFDFDF. Windows color (decimal): -2429780 or 11332826. OLE color: 11332826.
HSL color Cylindrical-coordinate representation of color #DAECAC: hue angle of 76.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAECAC is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 172 | - |
CMYK | 0.08 | 0 | 0.27 | 0.07 |
HSL | 76.88º | 0.63% | 0.8% | - |
HSV(B) | 76.88º | 0.27% | 0.93% | - |
XYZ | 66.36 | 77.87 | 50.56 | - |
YUV | 223.32 | 99.04 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 172 | 0.08 | 0 | 0.27 | 0.07 | 76.88 | 0.63 | 0.8 |
Hex | DA | EC | AC | 8 | 0 | 1B | 7 | 4D | 3F | 50 |
Octal | 332 | 354 | 254 | 10 | 0 | 33 | 7 | 115 | 77 | 120 |
Binary | 11011010 | 11101100 | 10101100 | 1000 | 0 | 11011 | 111 | 1001101 | 111111 | 1010000 |
Color Harmonies of #DAECAC
Complementary color
Monochromatic Colors of #DAECAC
Black with #DAECAC
Text Example
Text Example
White with #DAECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECAC; }
p { color: rgb(218,236,172); }
H1.HeaderClassName
{
color: #DAECAC;
}
.AnyTagClassName
{
color: #DAECAC;
}
</style>
background-color css
<style>
a { background-color: #DAECAC; }
a { background-color: rgb(218,236,172); }
div.DivClassName
{
background-color: #DAECAC;
}
.BgClassName
{
background-color: #DAECAC;
}
</style>
border-color css
<style>
span { border-color: #DAECAC; }
span { border-color: rgb(218,236,172); }
td.TdClassName
{
border-color: #DAECAC;
}
.TagClassName
{
border-color: #DAECAC;
}
</style>