Shades of Reef #DAECB1
Tints of Reef #DAECB1
RGB
CMYK
RGB Variations
Color information
#DAECB1 (or 0xDAECB1) is known color: Reef. HEX triplet: DA, EC and B1. RGB value is (218,236,177). Sum of RGB (Red+Green+Blue) = 218+236+177=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECB1 is #25134E. Grayscale: #E0E0E0. Windows color (decimal): -2429775 or 11660506. OLE color: 11660506.
HSL color Cylindrical-coordinate representation of color #DAECB1: hue angle of 78.31º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAECB1 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 177 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.07 |
| HSL | 78.31º | 0.61% | 0.81% | - |
| HSV(B) | 78.31º | 0.25% | 0.93% | - |
| XYZ | 66.84 | 78.07 | 53.14 | - |
| YUV | 223.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 177 | 0.08 | 0 | 0.25 | 0.07 | 78.31 | 0.61 | 0.81 |
| Hex | DA | EC | B1 | 8 | 0 | 19 | 7 | 4E | 3D | 51 |
| Octal | 332 | 354 | 261 | 10 | 0 | 31 | 7 | 116 | 75 | 121 |
| Binary | 11011010 | 11101100 | 10110001 | 1000 | 0 | 11001 | 111 | 1001110 | 111101 | 1010001 |
Color Harmonies of #DAECB1
Complementary color
Monochromatic Colors of #DAECB1
Black with #DAECB1
Text Example
Text Example
White with #DAECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECB1; }
p { color: rgb(218,236,177); }
H1.HeaderClassName
{
color: #DAECB1;
}
.AnyTagClassName
{
color: #DAECB1;
}
</style>
background-color css
<style>
a { background-color: #DAECB1; }
a { background-color: rgb(218,236,177); }
div.DivClassName
{
background-color: #DAECB1;
}
.BgClassName
{
background-color: #DAECB1;
}
</style>
border-color css
<style>
span { border-color: #DAECB1; }
span { border-color: rgb(218,236,177); }
td.TdClassName
{
border-color: #DAECB1;
}
.TagClassName
{
border-color: #DAECB1;
}
</style>