Shades of Reef #DAF6A5
Tints of Reef #DAF6A5
RGB
CMYK
RGB Variations
Color information
#DAF6A5 (or 0xDAF6A5) is known color: Reef. HEX triplet: DA, F6 and A5. RGB value is (218,246,165). Sum of RGB (Red+Green+Blue) = 218+246+165=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF6A5 is #25095A. Grayscale: #E4E4E4. Windows color (decimal): -2427227 or 10876634. OLE color: 10876634.
HSL color Cylindrical-coordinate representation of color #DAF6A5: hue angle of 80.74º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAF6A5 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 165 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.04 |
| HSL | 80.74º | 0.82% | 0.81% | - |
| HSV(B) | 80.74º | 0.33% | 0.96% | - |
| XYZ | 68.66 | 83.53 | 48.1 | - |
| YUV | 228.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 165 | 0.11 | 0 | 0.33 | 0.04 | 80.74 | 0.82 | 0.81 |
| Hex | DA | F6 | A5 | B | 0 | 21 | 4 | 51 | 52 | 51 |
| Octal | 332 | 366 | 245 | 13 | 0 | 41 | 4 | 121 | 122 | 121 |
| Binary | 11011010 | 11110110 | 10100101 | 1011 | 0 | 100001 | 100 | 1010001 | 1010010 | 1010001 |
Color Harmonies of #DAF6A5
Complementary color
Monochromatic Colors of #DAF6A5
Black with #DAF6A5
Text Example
Text Example
White with #DAF6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6A5; }
p { color: rgb(218,246,165); }
H1.HeaderClassName
{
color: #DAF6A5;
}
.AnyTagClassName
{
color: #DAF6A5;
}
</style>
background-color css
<style>
a { background-color: #DAF6A5; }
a { background-color: rgb(218,246,165); }
div.DivClassName
{
background-color: #DAF6A5;
}
.BgClassName
{
background-color: #DAF6A5;
}
</style>
border-color css
<style>
span { border-color: #DAF6A5; }
span { border-color: rgb(218,246,165); }
td.TdClassName
{
border-color: #DAF6A5;
}
.TagClassName
{
border-color: #DAF6A5;
}
</style>