Shades of Reef #DEFA99
Tints of Reef #DEFA99
RGB
CMYK
RGB Variations
Color information
#DEFA99 (or 0xDEFA99) is known color: Reef. HEX triplet: DE, FA and 99. RGB value is (222,250,153). Sum of RGB (Red+Green+Blue) = 222+250+153=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA99 is #210566. Grayscale: #E6E6E6. Windows color (decimal): -2164071 or 10091230. OLE color: 10091230.
HSL color Cylindrical-coordinate representation of color #DEFA99: hue angle of 77.32º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEFA99 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 153 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.02 |
| HSL | 77.32º | 0.91% | 0.79% | - |
| HSV(B) | 77.32º | 0.39% | 0.98% | - |
| XYZ | 70.06 | 86.2 | 43.08 | - |
| YUV | 230.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 153 | 0.11 | 0 | 0.39 | 0.02 | 77.32 | 0.91 | 0.79 |
| Hex | DE | FA | 99 | B | 0 | 27 | 2 | 4D | 5B | 4F |
| Octal | 336 | 372 | 231 | 13 | 0 | 47 | 2 | 115 | 133 | 117 |
| Binary | 11011110 | 11111010 | 10011001 | 1011 | 0 | 100111 | 10 | 1001101 | 1011011 | 1001111 |
Color Harmonies of #DEFA99
Complementary color
Monochromatic Colors of #DEFA99
Black with #DEFA99
Text Example
Text Example
White with #DEFA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA99; }
p { color: rgb(222,250,153); }
H1.HeaderClassName
{
color: #DEFA99;
}
.AnyTagClassName
{
color: #DEFA99;
}
</style>
background-color css
<style>
a { background-color: #DEFA99; }
a { background-color: rgb(222,250,153); }
div.DivClassName
{
background-color: #DEFA99;
}
.BgClassName
{
background-color: #DEFA99;
}
</style>
border-color css
<style>
span { border-color: #DEFA99; }
span { border-color: rgb(222,250,153); }
td.TdClassName
{
border-color: #DEFA99;
}
.TagClassName
{
border-color: #DEFA99;
}
</style>