Shades of Reef #DFFA9C
Tints of Reef #DFFA9C
RGB
CMYK
RGB Variations
Color information
#DFFA9C (or 0xDFFA9C) is known color: Reef. HEX triplet: DF, FA and 9C. RGB value is (223,250,156). Sum of RGB (Red+Green+Blue) = 223+250+156=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFA9C is #200563. Grayscale: #E7E7E7. Windows color (decimal): -2098532 or 10287839. OLE color: 10287839.
HSL color Cylindrical-coordinate representation of color #DFFA9C: hue angle of 77.23º 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 #DFFA9C is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 156 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.02 |
| HSL | 77.23º | 0.9% | 0.8% | - |
| HSV(B) | 77.23º | 0.38% | 0.98% | - |
| XYZ | 70.62 | 86.46 | 44.42 | - |
| YUV | 231.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 156 | 0.11 | 0 | 0.38 | 0.02 | 77.23 | 0.9 | 0.8 |
| Hex | DF | FA | 9C | B | 0 | 26 | 2 | 4D | 5A | 50 |
| Octal | 337 | 372 | 234 | 13 | 0 | 46 | 2 | 115 | 132 | 120 |
| Binary | 11011111 | 11111010 | 10011100 | 1011 | 0 | 100110 | 10 | 1001101 | 1011010 | 1010000 |
Color Harmonies of #DFFA9C
Complementary color
Monochromatic Colors of #DFFA9C
Black with #DFFA9C
Text Example
Text Example
White with #DFFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA9C; }
p { color: rgb(223,250,156); }
H1.HeaderClassName
{
color: #DFFA9C;
}
.AnyTagClassName
{
color: #DFFA9C;
}
</style>
background-color css
<style>
a { background-color: #DFFA9C; }
a { background-color: rgb(223,250,156); }
div.DivClassName
{
background-color: #DFFA9C;
}
.BgClassName
{
background-color: #DFFA9C;
}
</style>
border-color css
<style>
span { border-color: #DFFA9C; }
span { border-color: rgb(223,250,156); }
td.TdClassName
{
border-color: #DFFA9C;
}
.TagClassName
{
border-color: #DFFA9C;
}
</style>