Shades of Reef #DAECB3
Tints of Reef #DAECB3
RGB
CMYK
RGB Variations
Color information
#DAECB3 (or 0xDAECB3) is known color: Reef. HEX triplet: DA, EC and B3. RGB value is (218,236,179). Sum of RGB (Red+Green+Blue) = 218+236+179=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECB3 is #25134C. Grayscale: #E0E0E0. Windows color (decimal): -2429773 or 11791578. OLE color: 11791578.
HSL color Cylindrical-coordinate representation of color #DAECB3: hue angle of 78.95º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAECB3 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 179 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.07 |
| HSL | 78.95º | 0.6% | 0.81% | - |
| HSV(B) | 78.95º | 0.24% | 0.93% | - |
| XYZ | 67.05 | 78.15 | 54.2 | - |
| YUV | 224.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 179 | 0.08 | 0 | 0.24 | 0.07 | 78.95 | 0.6 | 0.81 |
| Hex | DA | EC | B3 | 8 | 0 | 18 | 7 | 4F | 3C | 51 |
| Octal | 332 | 354 | 263 | 10 | 0 | 30 | 7 | 117 | 74 | 121 |
| Binary | 11011010 | 11101100 | 10110011 | 1000 | 0 | 11000 | 111 | 1001111 | 111100 | 1010001 |
Color Harmonies of #DAECB3
Complementary color
Monochromatic Colors of #DAECB3
Black with #DAECB3
Text Example
Text Example
White with #DAECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECB3; }
p { color: rgb(218,236,179); }
H1.HeaderClassName
{
color: #DAECB3;
}
.AnyTagClassName
{
color: #DAECB3;
}
</style>
background-color css
<style>
a { background-color: #DAECB3; }
a { background-color: rgb(218,236,179); }
div.DivClassName
{
background-color: #DAECB3;
}
.BgClassName
{
background-color: #DAECB3;
}
</style>
border-color css
<style>
span { border-color: #DAECB3; }
span { border-color: rgb(218,236,179); }
td.TdClassName
{
border-color: #DAECB3;
}
.TagClassName
{
border-color: #DAECB3;
}
</style>