Shades of Reef #DAF9A5
Tints of Reef #DAF9A5
RGB
CMYK
RGB Variations
Color information
#DAF9A5 (or 0xDAF9A5) is known color: Reef. HEX triplet: DA, F9 and A5. RGB value is (218,249,165). Sum of RGB (Red+Green+Blue) = 218+249+165=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF9A5 is #25065A. Grayscale: #E6E6E6. Windows color (decimal): -2426459 or 10877402. OLE color: 10877402.
HSL color Cylindrical-coordinate representation of color #DAF9A5: hue angle of 82.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAF9A5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 165 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 82.14º | 0.88% | 0.81% | - |
| HSV(B) | 82.14º | 0.34% | 0.98% | - |
| XYZ | 69.58 | 85.37 | 48.41 | - |
| YUV | 230.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 165 | 0.12 | 0 | 0.34 | 0.02 | 82.14 | 0.88 | 0.81 |
| Hex | DA | F9 | A5 | C | 0 | 22 | 2 | 52 | 58 | 51 |
| Octal | 332 | 371 | 245 | 14 | 0 | 42 | 2 | 122 | 130 | 121 |
| Binary | 11011010 | 11111001 | 10100101 | 1100 | 0 | 100010 | 10 | 1010010 | 1011000 | 1010001 |
Color Harmonies of #DAF9A5
Complementary color
Monochromatic Colors of #DAF9A5
Black with #DAF9A5
Text Example
Text Example
White with #DAF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9A5; }
p { color: rgb(218,249,165); }
H1.HeaderClassName
{
color: #DAF9A5;
}
.AnyTagClassName
{
color: #DAF9A5;
}
</style>
background-color css
<style>
a { background-color: #DAF9A5; }
a { background-color: rgb(218,249,165); }
div.DivClassName
{
background-color: #DAF9A5;
}
.BgClassName
{
background-color: #DAF9A5;
}
</style>
border-color css
<style>
span { border-color: #DAF9A5; }
span { border-color: rgb(218,249,165); }
td.TdClassName
{
border-color: #DAF9A5;
}
.TagClassName
{
border-color: #DAF9A5;
}
</style>