Shades of Reef #DAECAB
Tints of Reef #DAECAB
RGB
CMYK
RGB Variations
Color information
#DAECAB (or 0xDAECAB) is known color: Reef. HEX triplet: DA, EC and AB. RGB value is (218,236,171). Sum of RGB (Red+Green+Blue) = 218+236+171=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECAB is #251354. Grayscale: #DFDFDF. Windows color (decimal): -2429781 or 11267290. OLE color: 11267290.
HSL color Cylindrical-coordinate representation of color #DAECAB: hue angle of 76.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAECAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 76.62º | 0.63% | 0.8% | - |
| HSV(B) | 76.62º | 0.28% | 0.93% | - |
| XYZ | 66.26 | 77.84 | 50.06 | - |
| YUV | 223.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 171 | 0.08 | 0 | 0.28 | 0.07 | 76.62 | 0.63 | 0.8 |
| Hex | DA | EC | AB | 8 | 0 | 1C | 7 | 4D | 3F | 50 |
| Octal | 332 | 354 | 253 | 10 | 0 | 34 | 7 | 115 | 77 | 120 |
| Binary | 11011010 | 11101100 | 10101011 | 1000 | 0 | 11100 | 111 | 1001101 | 111111 | 1010000 |
Color Harmonies of #DAECAB
Complementary color
Monochromatic Colors of #DAECAB
Black with #DAECAB
Text Example
Text Example
White with #DAECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECAB; }
p { color: rgb(218,236,171); }
H1.HeaderClassName
{
color: #DAECAB;
}
.AnyTagClassName
{
color: #DAECAB;
}
</style>
background-color css
<style>
a { background-color: #DAECAB; }
a { background-color: rgb(218,236,171); }
div.DivClassName
{
background-color: #DAECAB;
}
.BgClassName
{
background-color: #DAECAB;
}
</style>
border-color css
<style>
span { border-color: #DAECAB; }
span { border-color: rgb(218,236,171); }
td.TdClassName
{
border-color: #DAECAB;
}
.TagClassName
{
border-color: #DAECAB;
}
</style>