Shades of Reef #DAF1AD
Tints of Reef #DAF1AD
RGB
CMYK
RGB Variations
Color information
#DAF1AD (or 0xDAF1AD) is known color: Reef. HEX triplet: DA, F1 and AD. RGB value is (218,241,173). Sum of RGB (Red+Green+Blue) = 218+241+173=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AD is #250E52. Grayscale: #E2E2E2. Windows color (decimal): -2428499 or 11399642. OLE color: 11399642.
HSL color Cylindrical-coordinate representation of color #DAF1AD: hue angle of 80.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF1AD is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 173 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.05 |
| HSL | 80.29º | 0.71% | 0.81% | - |
| HSV(B) | 80.29º | 0.28% | 0.95% | - |
| XYZ | 67.91 | 80.83 | 51.56 | - |
| YUV | 226.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 173 | 0.10 | 0 | 0.28 | 0.05 | 80.29 | 0.71 | 0.81 |
| Hex | DA | F1 | AD | A | 0 | 1C | 5 | 50 | 47 | 51 |
| Octal | 332 | 361 | 255 | 12 | 0 | 34 | 5 | 120 | 107 | 121 |
| Binary | 11011010 | 11110001 | 10101101 | 1010 | 0 | 11100 | 101 | 1010000 | 1000111 | 1010001 |
Color Harmonies of #DAF1AD
Complementary color
Monochromatic Colors of #DAF1AD
Black with #DAF1AD
Text Example
Text Example
White with #DAF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1AD; }
p { color: rgb(218,241,173); }
H1.HeaderClassName
{
color: #DAF1AD;
}
.AnyTagClassName
{
color: #DAF1AD;
}
</style>
background-color css
<style>
a { background-color: #DAF1AD; }
a { background-color: rgb(218,241,173); }
div.DivClassName
{
background-color: #DAF1AD;
}
.BgClassName
{
background-color: #DAF1AD;
}
</style>
border-color css
<style>
span { border-color: #DAF1AD; }
span { border-color: rgb(218,241,173); }
td.TdClassName
{
border-color: #DAF1AD;
}
.TagClassName
{
border-color: #DAF1AD;
}
</style>