Shades of Reef #DEFA9C
Tints of Reef #DEFA9C
RGB
CMYK
RGB Variations
Color information
#DEFA9C (or 0xDEFA9C) is known color: Reef. HEX triplet: DE, FA and 9C. RGB value is (222,250,156). Sum of RGB (Red+Green+Blue) = 222+250+156=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9C is #210563. Grayscale: #E7E7E7. Windows color (decimal): -2164068 or 10287838. OLE color: 10287838.
HSL color Cylindrical-coordinate representation of color #DEFA9C: hue angle of 77.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEFA9C is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 156 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.02 |
| HSL | 77.87º | 0.9% | 0.8% | - |
| HSV(B) | 77.87º | 0.38% | 0.98% | - |
| XYZ | 70.31 | 86.3 | 44.4 | - |
| YUV | 230.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 156 | 0.11 | 0 | 0.38 | 0.02 | 77.87 | 0.9 | 0.8 |
| Hex | DE | FA | 9C | B | 0 | 26 | 2 | 4E | 5A | 50 |
| Octal | 336 | 372 | 234 | 13 | 0 | 46 | 2 | 116 | 132 | 120 |
| Binary | 11011110 | 11111010 | 10011100 | 1011 | 0 | 100110 | 10 | 1001110 | 1011010 | 1010000 |
Color Harmonies of #DEFA9C
Complementary color
Monochromatic Colors of #DEFA9C
Black with #DEFA9C
Text Example
Text Example
White with #DEFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA9C; }
p { color: rgb(222,250,156); }
H1.HeaderClassName
{
color: #DEFA9C;
}
.AnyTagClassName
{
color: #DEFA9C;
}
</style>
background-color css
<style>
a { background-color: #DEFA9C; }
a { background-color: rgb(222,250,156); }
div.DivClassName
{
background-color: #DEFA9C;
}
.BgClassName
{
background-color: #DEFA9C;
}
</style>
border-color css
<style>
span { border-color: #DEFA9C; }
span { border-color: rgb(222,250,156); }
td.TdClassName
{
border-color: #DEFA9C;
}
.TagClassName
{
border-color: #DEFA9C;
}
</style>