Shades of Reef #DAF5B2
Tints of Reef #DAF5B2
RGB
CMYK
RGB Variations
Color information
#DAF5B2 (or 0xDAF5B2) is known color: Reef. HEX triplet: DA, F5 and B2. RGB value is (218,245,178). Sum of RGB (Red+Green+Blue) = 218+245+178=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5B2 is #250A4D. Grayscale: #E5E5E5. Windows color (decimal): -2427470 or 11728346. OLE color: 11728346.
HSL color Cylindrical-coordinate representation of color #DAF5B2: hue angle of 84.18º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF5B2 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 178 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.04 |
| HSL | 84.18º | 0.77% | 0.83% | - |
| HSV(B) | 84.18º | 0.27% | 0.96% | - |
| XYZ | 69.6 | 83.42 | 54.55 | - |
| YUV | 229.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 178 | 0.11 | 0 | 0.27 | 0.04 | 84.18 | 0.77 | 0.83 |
| Hex | DA | F5 | B2 | B | 0 | 1B | 4 | 54 | 4D | 53 |
| Octal | 332 | 365 | 262 | 13 | 0 | 33 | 4 | 124 | 115 | 123 |
| Binary | 11011010 | 11110101 | 10110010 | 1011 | 0 | 11011 | 100 | 1010100 | 1001101 | 1010011 |
Color Harmonies of #DAF5B2
Complementary color
Monochromatic Colors of #DAF5B2
Black with #DAF5B2
Text Example
Text Example
White with #DAF5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5B2; }
p { color: rgb(218,245,178); }
H1.HeaderClassName
{
color: #DAF5B2;
}
.AnyTagClassName
{
color: #DAF5B2;
}
</style>
background-color css
<style>
a { background-color: #DAF5B2; }
a { background-color: rgb(218,245,178); }
div.DivClassName
{
background-color: #DAF5B2;
}
.BgClassName
{
background-color: #DAF5B2;
}
</style>
border-color css
<style>
span { border-color: #DAF5B2; }
span { border-color: rgb(218,245,178); }
td.TdClassName
{
border-color: #DAF5B2;
}
.TagClassName
{
border-color: #DAF5B2;
}
</style>