Shades of Reef #DAECAE
Tints of Reef #DAECAE
RGB
CMYK
RGB Variations
Color information
#DAECAE (or 0xDAECAE) is known color: Reef. HEX triplet: DA, EC and AE. RGB value is (218,236,174). Sum of RGB (Red+Green+Blue) = 218+236+174=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECAE is #251351. Grayscale: #DFDFDF. Windows color (decimal): -2429778 or 11463898. OLE color: 11463898.
HSL color Cylindrical-coordinate representation of color #DAECAE: hue angle of 77.42º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAECAE is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 174 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 77.42º | 0.62% | 0.8% | - |
| HSV(B) | 77.42º | 0.26% | 0.93% | - |
| XYZ | 66.55 | 77.95 | 51.58 | - |
| YUV | 223.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 174 | 0.08 | 0 | 0.26 | 0.07 | 77.42 | 0.62 | 0.8 |
| Hex | DA | EC | AE | 8 | 0 | 1A | 7 | 4D | 3E | 50 |
| Octal | 332 | 354 | 256 | 10 | 0 | 32 | 7 | 115 | 76 | 120 |
| Binary | 11011010 | 11101100 | 10101110 | 1000 | 0 | 11010 | 111 | 1001101 | 111110 | 1010000 |
Color Harmonies of #DAECAE
Complementary color
Monochromatic Colors of #DAECAE
Black with #DAECAE
Text Example
Text Example
White with #DAECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECAE; }
p { color: rgb(218,236,174); }
H1.HeaderClassName
{
color: #DAECAE;
}
.AnyTagClassName
{
color: #DAECAE;
}
</style>
background-color css
<style>
a { background-color: #DAECAE; }
a { background-color: rgb(218,236,174); }
div.DivClassName
{
background-color: #DAECAE;
}
.BgClassName
{
background-color: #DAECAE;
}
</style>
border-color css
<style>
span { border-color: #DAECAE; }
span { border-color: rgb(218,236,174); }
td.TdClassName
{
border-color: #DAECAE;
}
.TagClassName
{
border-color: #DAECAE;
}
</style>