Shades of Reef #DEFAA2
Tints of Reef #DEFAA2
RGB
CMYK
RGB Variations
Color information
#DEFAA2 (or 0xDEFAA2) is known color: Reef. HEX triplet: DE, FA and A2. RGB value is (222,250,162). Sum of RGB (Red+Green+Blue) = 222+250+162=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA2 is #21055D. Grayscale: #E7E7E7. Windows color (decimal): -2164062 or 10681054. OLE color: 10681054.
HSL color Cylindrical-coordinate representation of color #DEFAA2: hue angle of 79.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFAA2 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 162 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.02 |
| HSL | 79.09º | 0.9% | 0.81% | - |
| HSV(B) | 79.09º | 0.35% | 0.98% | - |
| XYZ | 70.83 | 86.51 | 47.15 | - |
| YUV | 231.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 162 | 0.11 | 0 | 0.35 | 0.02 | 79.09 | 0.9 | 0.81 |
| Hex | DE | FA | A2 | B | 0 | 23 | 2 | 4F | 5A | 51 |
| Octal | 336 | 372 | 242 | 13 | 0 | 43 | 2 | 117 | 132 | 121 |
| Binary | 11011110 | 11111010 | 10100010 | 1011 | 0 | 100011 | 10 | 1001111 | 1011010 | 1010001 |
Color Harmonies of #DEFAA2
Complementary color
Monochromatic Colors of #DEFAA2
Black with #DEFAA2
Text Example
Text Example
White with #DEFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAA2; }
p { color: rgb(222,250,162); }
H1.HeaderClassName
{
color: #DEFAA2;
}
.AnyTagClassName
{
color: #DEFAA2;
}
</style>
background-color css
<style>
a { background-color: #DEFAA2; }
a { background-color: rgb(222,250,162); }
div.DivClassName
{
background-color: #DEFAA2;
}
.BgClassName
{
background-color: #DEFAA2;
}
</style>
border-color css
<style>
span { border-color: #DEFAA2; }
span { border-color: rgb(222,250,162); }
td.TdClassName
{
border-color: #DEFAA2;
}
.TagClassName
{
border-color: #DEFAA2;
}
</style>