Shades of Reef #DAF3B2
Tints of Reef #DAF3B2
RGB
CMYK
RGB Variations
Color information
#DAF3B2 (or 0xDAF3B2) is known color: Reef. HEX triplet: DA, F3 and B2. RGB value is (218,243,178). Sum of RGB (Red+Green+Blue) = 218+243+178=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3B2 is #250C4D. Grayscale: #E4E4E4. Windows color (decimal): -2427982 or 11727834. OLE color: 11727834.
HSL color Cylindrical-coordinate representation of color #DAF3B2: hue angle of 83.08º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF3B2 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 178 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.05 |
| HSL | 83.08º | 0.73% | 0.83% | - |
| HSV(B) | 83.08º | 0.27% | 0.95% | - |
| XYZ | 69 | 82.22 | 54.35 | - |
| YUV | 228.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 178 | 0.10 | 0 | 0.27 | 0.05 | 83.08 | 0.73 | 0.83 |
| Hex | DA | F3 | B2 | A | 0 | 1B | 5 | 53 | 49 | 53 |
| Octal | 332 | 363 | 262 | 12 | 0 | 33 | 5 | 123 | 111 | 123 |
| Binary | 11011010 | 11110011 | 10110010 | 1010 | 0 | 11011 | 101 | 1010011 | 1001001 | 1010011 |
Color Harmonies of #DAF3B2
Complementary color
Monochromatic Colors of #DAF3B2
Black with #DAF3B2
Text Example
Text Example
White with #DAF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3B2; }
p { color: rgb(218,243,178); }
H1.HeaderClassName
{
color: #DAF3B2;
}
.AnyTagClassName
{
color: #DAF3B2;
}
</style>
background-color css
<style>
a { background-color: #DAF3B2; }
a { background-color: rgb(218,243,178); }
div.DivClassName
{
background-color: #DAF3B2;
}
.BgClassName
{
background-color: #DAF3B2;
}
</style>
border-color css
<style>
span { border-color: #DAF3B2; }
span { border-color: rgb(218,243,178); }
td.TdClassName
{
border-color: #DAF3B2;
}
.TagClassName
{
border-color: #DAF3B2;
}
</style>