Shades of Reef #DAF0B0
Tints of Reef #DAF0B0
RGB
CMYK
RGB Variations
Color information
#DAF0B0 (or 0xDAF0B0) is known color: Reef. HEX triplet: DA, F0 and B0. RGB value is (218,240,176). Sum of RGB (Red+Green+Blue) = 218+240+176=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0B0 is #250F4F. Grayscale: #E2E2E2. Windows color (decimal): -2428752 or 11595994. OLE color: 11595994.
HSL color Cylindrical-coordinate representation of color #DAF0B0: hue angle of 80.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF0B0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 176 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.06 |
| HSL | 80.63º | 0.68% | 0.82% | - |
| HSV(B) | 80.63º | 0.27% | 0.94% | - |
| XYZ | 67.91 | 80.36 | 53.01 | - |
| YUV | 226.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 176 | 0.09 | 0 | 0.27 | 0.06 | 80.63 | 0.68 | 0.82 |
| Hex | DA | F0 | B0 | 9 | 0 | 1B | 6 | 51 | 44 | 52 |
| Octal | 332 | 360 | 260 | 11 | 0 | 33 | 6 | 121 | 104 | 122 |
| Binary | 11011010 | 11110000 | 10110000 | 1001 | 0 | 11011 | 110 | 1010001 | 1000100 | 1010010 |
Color Harmonies of #DAF0B0
Complementary color
Monochromatic Colors of #DAF0B0
Black with #DAF0B0
Text Example
Text Example
White with #DAF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0B0; }
p { color: rgb(218,240,176); }
H1.HeaderClassName
{
color: #DAF0B0;
}
.AnyTagClassName
{
color: #DAF0B0;
}
</style>
background-color css
<style>
a { background-color: #DAF0B0; }
a { background-color: rgb(218,240,176); }
div.DivClassName
{
background-color: #DAF0B0;
}
.BgClassName
{
background-color: #DAF0B0;
}
</style>
border-color css
<style>
span { border-color: #DAF0B0; }
span { border-color: rgb(218,240,176); }
td.TdClassName
{
border-color: #DAF0B0;
}
.TagClassName
{
border-color: #DAF0B0;
}
</style>