Shades of Reef #DEFAA6
Tints of Reef #DEFAA6
RGB
CMYK
RGB Variations
Color information
#DEFAA6 (or 0xDEFAA6) is known color: Reef. HEX triplet: DE, FA and A6. RGB value is (222,250,166). Sum of RGB (Red+Green+Blue) = 222+250+166=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA6 is #210559. Grayscale: #E8E8E8. Windows color (decimal): -2164058 or 10943198. OLE color: 10943198.
HSL color Cylindrical-coordinate representation of color #DEFAA6: hue angle of 80º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEFAA6 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 166 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.02 |
| HSL | 80º | 0.89% | 0.82% | - |
| HSV(B) | 80º | 0.34% | 0.98% | - |
| XYZ | 71.19 | 86.65 | 49.05 | - |
| YUV | 232.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 166 | 0.11 | 0 | 0.34 | 0.02 | 80 | 0.89 | 0.82 |
| Hex | DE | FA | A6 | B | 0 | 22 | 2 | 50 | 59 | 52 |
| Octal | 336 | 372 | 246 | 13 | 0 | 42 | 2 | 120 | 131 | 122 |
| Binary | 11011110 | 11111010 | 10100110 | 1011 | 0 | 100010 | 10 | 1010000 | 1011001 | 1010010 |
Color Harmonies of #DEFAA6
Complementary color
Monochromatic Colors of #DEFAA6
Black with #DEFAA6
Text Example
Text Example
White with #DEFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAA6; }
p { color: rgb(222,250,166); }
H1.HeaderClassName
{
color: #DEFAA6;
}
.AnyTagClassName
{
color: #DEFAA6;
}
</style>
background-color css
<style>
a { background-color: #DEFAA6; }
a { background-color: rgb(222,250,166); }
div.DivClassName
{
background-color: #DEFAA6;
}
.BgClassName
{
background-color: #DEFAA6;
}
</style>
border-color css
<style>
span { border-color: #DEFAA6; }
span { border-color: rgb(222,250,166); }
td.TdClassName
{
border-color: #DEFAA6;
}
.TagClassName
{
border-color: #DEFAA6;
}
</style>