Shades of Reef #DEFAA7
Tints of Reef #DEFAA7
RGB
CMYK
RGB Variations
Color information
#DEFAA7 (or 0xDEFAA7) is known color: Reef. HEX triplet: DE, FA and A7. RGB value is (222,250,167). Sum of RGB (Red+Green+Blue) = 222+250+167=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA7 is #210558. Grayscale: #E8E8E8. Windows color (decimal): -2164057 or 11008734. OLE color: 11008734.
HSL color Cylindrical-coordinate representation of color #DEFAA7: hue angle of 80.24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFAA7 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 167 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.02 |
| HSL | 80.24º | 0.89% | 0.82% | - |
| HSV(B) | 80.24º | 0.33% | 0.98% | - |
| XYZ | 71.28 | 86.69 | 49.54 | - |
| YUV | 232.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 167 | 0.11 | 0 | 0.33 | 0.02 | 80.24 | 0.89 | 0.82 |
| Hex | DE | FA | A7 | B | 0 | 21 | 2 | 50 | 59 | 52 |
| Octal | 336 | 372 | 247 | 13 | 0 | 41 | 2 | 120 | 131 | 122 |
| Binary | 11011110 | 11111010 | 10100111 | 1011 | 0 | 100001 | 10 | 1010000 | 1011001 | 1010010 |
Color Harmonies of #DEFAA7
Complementary color
Monochromatic Colors of #DEFAA7
Black with #DEFAA7
Text Example
Text Example
White with #DEFAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAA7; }
p { color: rgb(222,250,167); }
H1.HeaderClassName
{
color: #DEFAA7;
}
.AnyTagClassName
{
color: #DEFAA7;
}
</style>
background-color css
<style>
a { background-color: #DEFAA7; }
a { background-color: rgb(222,250,167); }
div.DivClassName
{
background-color: #DEFAA7;
}
.BgClassName
{
background-color: #DEFAA7;
}
</style>
border-color css
<style>
span { border-color: #DEFAA7; }
span { border-color: rgb(222,250,167); }
td.TdClassName
{
border-color: #DEFAA7;
}
.TagClassName
{
border-color: #DEFAA7;
}
</style>