Shades of Reef #DAF5B1
Tints of Reef #DAF5B1
RGB
CMYK
RGB Variations
Color information
#DAF5B1 (or 0xDAF5B1) is known color: Reef. HEX triplet: DA, F5 and B1. RGB value is (218,245,177). Sum of RGB (Red+Green+Blue) = 218+245+177=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5B1 is #250A4E. Grayscale: #E5E5E5. Windows color (decimal): -2427471 or 11662810. OLE color: 11662810.
HSL color Cylindrical-coordinate representation of color #DAF5B1: hue angle of 83.82º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF5B1 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 177 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.04 |
| HSL | 83.82º | 0.77% | 0.83% | - |
| HSV(B) | 83.82º | 0.28% | 0.96% | - |
| XYZ | 69.5 | 83.38 | 54.03 | - |
| YUV | 229.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 177 | 0.11 | 0 | 0.28 | 0.04 | 83.82 | 0.77 | 0.83 |
| Hex | DA | F5 | B1 | B | 0 | 1C | 4 | 54 | 4D | 53 |
| Octal | 332 | 365 | 261 | 13 | 0 | 34 | 4 | 124 | 115 | 123 |
| Binary | 11011010 | 11110101 | 10110001 | 1011 | 0 | 11100 | 100 | 1010100 | 1001101 | 1010011 |
Color Harmonies of #DAF5B1
Complementary color
Monochromatic Colors of #DAF5B1
Black with #DAF5B1
Text Example
Text Example
White with #DAF5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5B1; }
p { color: rgb(218,245,177); }
H1.HeaderClassName
{
color: #DAF5B1;
}
.AnyTagClassName
{
color: #DAF5B1;
}
</style>
background-color css
<style>
a { background-color: #DAF5B1; }
a { background-color: rgb(218,245,177); }
div.DivClassName
{
background-color: #DAF5B1;
}
.BgClassName
{
background-color: #DAF5B1;
}
</style>
border-color css
<style>
span { border-color: #DAF5B1; }
span { border-color: rgb(218,245,177); }
td.TdClassName
{
border-color: #DAF5B1;
}
.TagClassName
{
border-color: #DAF5B1;
}
</style>