Shades of Reef #DAF2B3
Tints of Reef #DAF2B3
RGB
CMYK
RGB Variations
Color information
#DAF2B3 (or 0xDAF2B3) is known color: Reef. HEX triplet: DA, F2 and B3. RGB value is (218,242,179). Sum of RGB (Red+Green+Blue) = 218+242+179=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2B3 is #250D4C. Grayscale: #E3E3E3. Windows color (decimal): -2428237 or 11793114. OLE color: 11793114.
HSL color Cylindrical-coordinate representation of color #DAF2B3: hue angle of 82.86º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAF2B3 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 179 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.05 |
| HSL | 82.86º | 0.71% | 0.83% | - |
| HSV(B) | 82.86º | 0.26% | 0.95% | - |
| XYZ | 68.8 | 81.66 | 54.78 | - |
| YUV | 227.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 179 | 0.10 | 0 | 0.26 | 0.05 | 82.86 | 0.71 | 0.83 |
| Hex | DA | F2 | B3 | A | 0 | 1A | 5 | 53 | 47 | 53 |
| Octal | 332 | 362 | 263 | 12 | 0 | 32 | 5 | 123 | 107 | 123 |
| Binary | 11011010 | 11110010 | 10110011 | 1010 | 0 | 11010 | 101 | 1010011 | 1000111 | 1010011 |
Color Harmonies of #DAF2B3
Complementary color
Monochromatic Colors of #DAF2B3
Black with #DAF2B3
Text Example
Text Example
White with #DAF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2B3; }
p { color: rgb(218,242,179); }
H1.HeaderClassName
{
color: #DAF2B3;
}
.AnyTagClassName
{
color: #DAF2B3;
}
</style>
background-color css
<style>
a { background-color: #DAF2B3; }
a { background-color: rgb(218,242,179); }
div.DivClassName
{
background-color: #DAF2B3;
}
.BgClassName
{
background-color: #DAF2B3;
}
</style>
border-color css
<style>
span { border-color: #DAF2B3; }
span { border-color: rgb(218,242,179); }
td.TdClassName
{
border-color: #DAF2B3;
}
.TagClassName
{
border-color: #DAF2B3;
}
</style>