Shades of Reef #DAF4A8
Tints of Reef #DAF4A8
RGB
CMYK
RGB Variations
Color information
#DAF4A8 (or 0xDAF4A8) is known color: Reef. HEX triplet: DA, F4 and A8. RGB value is (218,244,168). Sum of RGB (Red+Green+Blue) = 218+244+168=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF4A8 is #250B57. Grayscale: #E3E3E3. Windows color (decimal): -2427736 or 11072730. OLE color: 11072730.
HSL color Cylindrical-coordinate representation of color #DAF4A8: hue angle of 80.53º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAF4A8 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 168 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.04 |
| HSL | 80.53º | 0.78% | 0.81% | - |
| HSV(B) | 80.53º | 0.31% | 0.96% | - |
| XYZ | 68.33 | 82.43 | 49.36 | - |
| YUV | 227.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 168 | 0.11 | 0 | 0.31 | 0.04 | 80.53 | 0.78 | 0.81 |
| Hex | DA | F4 | A8 | B | 0 | 1F | 4 | 51 | 4E | 51 |
| Octal | 332 | 364 | 250 | 13 | 0 | 37 | 4 | 121 | 116 | 121 |
| Binary | 11011010 | 11110100 | 10101000 | 1011 | 0 | 11111 | 100 | 1010001 | 1001110 | 1010001 |
Color Harmonies of #DAF4A8
Complementary color
Monochromatic Colors of #DAF4A8
Black with #DAF4A8
Text Example
Text Example
White with #DAF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF4A8; }
p { color: rgb(218,244,168); }
H1.HeaderClassName
{
color: #DAF4A8;
}
.AnyTagClassName
{
color: #DAF4A8;
}
</style>
background-color css
<style>
a { background-color: #DAF4A8; }
a { background-color: rgb(218,244,168); }
div.DivClassName
{
background-color: #DAF4A8;
}
.BgClassName
{
background-color: #DAF4A8;
}
</style>
border-color css
<style>
span { border-color: #DAF4A8; }
span { border-color: rgb(218,244,168); }
td.TdClassName
{
border-color: #DAF4A8;
}
.TagClassName
{
border-color: #DAF4A8;
}
</style>