Shades of Reef #DAF8A1
Tints of Reef #DAF8A1
RGB
CMYK
RGB Variations
Color information
#DAF8A1 (or 0xDAF8A1) is known color: Reef. HEX triplet: DA, F8 and A1. RGB value is (218,248,161). Sum of RGB (Red+Green+Blue) = 218+248+161=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8A1 is #25075E. Grayscale: #E5E5E5. Windows color (decimal): -2426719 or 10615002. OLE color: 10615002.
HSL color Cylindrical-coordinate representation of color #DAF8A1: hue angle of 80.69º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF8A1 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 161 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.03 |
| HSL | 80.69º | 0.86% | 0.8% | - |
| HSV(B) | 80.69º | 0.35% | 0.97% | - |
| XYZ | 68.91 | 84.61 | 46.42 | - |
| YUV | 229.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 161 | 0.12 | 0 | 0.35 | 0.03 | 80.69 | 0.86 | 0.8 |
| Hex | DA | F8 | A1 | C | 0 | 23 | 3 | 51 | 56 | 50 |
| Octal | 332 | 370 | 241 | 14 | 0 | 43 | 3 | 121 | 126 | 120 |
| Binary | 11011010 | 11111000 | 10100001 | 1100 | 0 | 100011 | 11 | 1010001 | 1010110 | 1010000 |
Color Harmonies of #DAF8A1
Complementary color
Monochromatic Colors of #DAF8A1
Black with #DAF8A1
Text Example
Text Example
White with #DAF8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8A1; }
p { color: rgb(218,248,161); }
H1.HeaderClassName
{
color: #DAF8A1;
}
.AnyTagClassName
{
color: #DAF8A1;
}
</style>
background-color css
<style>
a { background-color: #DAF8A1; }
a { background-color: rgb(218,248,161); }
div.DivClassName
{
background-color: #DAF8A1;
}
.BgClassName
{
background-color: #DAF8A1;
}
</style>
border-color css
<style>
span { border-color: #DAF8A1; }
span { border-color: rgb(218,248,161); }
td.TdClassName
{
border-color: #DAF8A1;
}
.TagClassName
{
border-color: #DAF8A1;
}
</style>