Shades of Reef #DAE9AC
Tints of Reef #DAE9AC
RGB
CMYK
RGB Variations
Color information
#DAE9AC (or 0xDAE9AC) is known color: Reef. HEX triplet: DA, E9 and AC. RGB value is (218,233,172). Sum of RGB (Red+Green+Blue) = 218+233+172=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9AC is #251653. Grayscale: #DDDDDD. Windows color (decimal): -2430548 or 11332058. OLE color: 11332058.
HSL color Cylindrical-coordinate representation of color #DAE9AC: hue angle of 74.75º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE9AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 172 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 74.75º | 0.58% | 0.79% | - |
| HSV(B) | 74.75º | 0.26% | 0.91% | - |
| XYZ | 65.5 | 76.16 | 50.28 | - |
| YUV | 221.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 172 | 0.06 | 0 | 0.26 | 0.09 | 74.75 | 0.58 | 0.79 |
| Hex | DA | E9 | AC | 6 | 0 | 1A | 9 | 4B | 3A | 4F |
| Octal | 332 | 351 | 254 | 6 | 0 | 32 | 11 | 113 | 72 | 117 |
| Binary | 11011010 | 11101001 | 10101100 | 110 | 0 | 11010 | 1001 | 1001011 | 111010 | 1001111 |
Color Harmonies of #DAE9AC
Complementary color
Monochromatic Colors of #DAE9AC
Black with #DAE9AC
Text Example
Text Example
White with #DAE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9AC; }
p { color: rgb(218,233,172); }
H1.HeaderClassName
{
color: #DAE9AC;
}
.AnyTagClassName
{
color: #DAE9AC;
}
</style>
background-color css
<style>
a { background-color: #DAE9AC; }
a { background-color: rgb(218,233,172); }
div.DivClassName
{
background-color: #DAE9AC;
}
.BgClassName
{
background-color: #DAE9AC;
}
</style>
border-color css
<style>
span { border-color: #DAE9AC; }
span { border-color: rgb(218,233,172); }
td.TdClassName
{
border-color: #DAE9AC;
}
.TagClassName
{
border-color: #DAE9AC;
}
</style>