Shades of Reef #DAF3A1
Tints of Reef #DAF3A1
RGB
CMYK
RGB Variations
Color information
#DAF3A1 (or 0xDAF3A1) is known color: Reef. HEX triplet: DA, F3 and A1. RGB value is (218,243,161). Sum of RGB (Red+Green+Blue) = 218+243+161=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3A1 is #250C5E. Grayscale: #E2E2E2. Windows color (decimal): -2427999 or 10613722. OLE color: 10613722.
HSL color Cylindrical-coordinate representation of color #DAF3A1: hue angle of 78.29º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAF3A1 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 161 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.05 |
| HSL | 78.29º | 0.77% | 0.79% | - |
| HSV(B) | 78.29º | 0.34% | 0.95% | - |
| XYZ | 67.4 | 81.58 | 45.91 | - |
| YUV | 226.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 161 | 0.10 | 0 | 0.34 | 0.05 | 78.29 | 0.77 | 0.79 |
| Hex | DA | F3 | A1 | A | 0 | 22 | 5 | 4E | 4D | 4F |
| Octal | 332 | 363 | 241 | 12 | 0 | 42 | 5 | 116 | 115 | 117 |
| Binary | 11011010 | 11110011 | 10100001 | 1010 | 0 | 100010 | 101 | 1001110 | 1001101 | 1001111 |
Color Harmonies of #DAF3A1
Complementary color
Monochromatic Colors of #DAF3A1
Black with #DAF3A1
Text Example
Text Example
White with #DAF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3A1; }
p { color: rgb(218,243,161); }
H1.HeaderClassName
{
color: #DAF3A1;
}
.AnyTagClassName
{
color: #DAF3A1;
}
</style>
background-color css
<style>
a { background-color: #DAF3A1; }
a { background-color: rgb(218,243,161); }
div.DivClassName
{
background-color: #DAF3A1;
}
.BgClassName
{
background-color: #DAF3A1;
}
</style>
border-color css
<style>
span { border-color: #DAF3A1; }
span { border-color: rgb(218,243,161); }
td.TdClassName
{
border-color: #DAF3A1;
}
.TagClassName
{
border-color: #DAF3A1;
}
</style>