Shades of Reef #DFFDA0
Tints of Reef #DFFDA0
RGB
CMYK
RGB Variations
Color information
#DFFDA0 (or 0xDFFDA0) is known color: Reef. HEX triplet: DF, FD and A0. RGB value is (223,253,160). Sum of RGB (Red+Green+Blue) = 223+253+160=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDA0 is #20025F. Grayscale: #E9E9E9. Windows color (decimal): -2097760 or 10550751. OLE color: 10550751.
HSL color Cylindrical-coordinate representation of color #DFFDA0: hue angle of 79.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFFDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 160 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.01 |
| HSL | 79.35º | 0.96% | 0.81% | - |
| HSV(B) | 79.35º | 0.37% | 0.99% | - |
| XYZ | 71.9 | 88.48 | 46.55 | - |
| YUV | 233.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 160 | 0.12 | 0 | 0.37 | 0.01 | 79.35 | 0.96 | 0.81 |
| Hex | DF | FD | A0 | C | 0 | 25 | 1 | 4F | 60 | 51 |
| Octal | 337 | 375 | 240 | 14 | 0 | 45 | 1 | 117 | 140 | 121 |
| Binary | 11011111 | 11111101 | 10100000 | 1100 | 0 | 100101 | 1 | 1001111 | 1100000 | 1010001 |
Color Harmonies of #DFFDA0
Complementary color
Monochromatic Colors of #DFFDA0
Black with #DFFDA0
Text Example
Text Example
White with #DFFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDA0; }
p { color: rgb(223,253,160); }
H1.HeaderClassName
{
color: #DFFDA0;
}
.AnyTagClassName
{
color: #DFFDA0;
}
</style>
background-color css
<style>
a { background-color: #DFFDA0; }
a { background-color: rgb(223,253,160); }
div.DivClassName
{
background-color: #DFFDA0;
}
.BgClassName
{
background-color: #DFFDA0;
}
</style>
border-color css
<style>
span { border-color: #DFFDA0; }
span { border-color: rgb(223,253,160); }
td.TdClassName
{
border-color: #DFFDA0;
}
.TagClassName
{
border-color: #DFFDA0;
}
</style>