Shades of Reef #DAE698
Tints of Reef #DAE698
RGB
CMYK
RGB Variations
Color information
#DAE698 (or 0xDAE698) is known color: Reef. HEX triplet: DA, E6 and 98. RGB value is (218,230,152). Sum of RGB (Red+Green+Blue) = 218+230+152=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE698 is #251967. Grayscale: #D9D9D9. Windows color (decimal): -2431336 or 10020570. OLE color: 10020570.
HSL color Cylindrical-coordinate representation of color #DAE698: hue angle of 69.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE698 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 152 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.10 |
| HSL | 69.23º | 0.61% | 0.75% | - |
| HSV(B) | 69.23º | 0.34% | 0.9% | - |
| XYZ | 62.88 | 73.77 | 40.63 | - |
| YUV | 217.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 152 | 0.05 | 0 | 0.34 | 0.10 | 69.23 | 0.61 | 0.75 |
| Hex | DA | E6 | 98 | 5 | 0 | 22 | A | 45 | 3D | 4B |
| Octal | 332 | 346 | 230 | 5 | 0 | 42 | 12 | 105 | 75 | 113 |
| Binary | 11011010 | 11100110 | 10011000 | 101 | 0 | 100010 | 1010 | 1000101 | 111101 | 1001011 |
Color Harmonies of #DAE698
Complementary color
Monochromatic Colors of #DAE698
Black with #DAE698
Text Example
Text Example
White with #DAE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE698; }
p { color: rgb(218,230,152); }
H1.HeaderClassName
{
color: #DAE698;
}
.AnyTagClassName
{
color: #DAE698;
}
</style>
background-color css
<style>
a { background-color: #DAE698; }
a { background-color: rgb(218,230,152); }
div.DivClassName
{
background-color: #DAE698;
}
.BgClassName
{
background-color: #DAE698;
}
</style>
border-color css
<style>
span { border-color: #DAE698; }
span { border-color: rgb(218,230,152); }
td.TdClassName
{
border-color: #DAE698;
}
.TagClassName
{
border-color: #DAE698;
}
</style>