Shades of Reef #DFFDA2
Tints of Reef #DFFDA2
RGB
CMYK
RGB Variations
Color information
#DFFDA2 (or 0xDFFDA2) is known color: Reef. HEX triplet: DF, FD and A2. RGB value is (223,253,162). Sum of RGB (Red+Green+Blue) = 223+253+162=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDA2 is #20025D. Grayscale: #E9E9E9. Windows color (decimal): -2097758 or 10681823. OLE color: 10681823.
HSL color Cylindrical-coordinate representation of color #DFFDA2: hue angle of 79.78º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFFDA2 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 162 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.01 |
| HSL | 79.78º | 0.96% | 0.81% | - |
| HSV(B) | 79.78º | 0.36% | 0.99% | - |
| XYZ | 72.08 | 88.55 | 47.47 | - |
| YUV | 233.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 162 | 0.12 | 0 | 0.36 | 0.01 | 79.78 | 0.96 | 0.81 |
| Hex | DF | FD | A2 | C | 0 | 24 | 1 | 50 | 60 | 51 |
| Octal | 337 | 375 | 242 | 14 | 0 | 44 | 1 | 120 | 140 | 121 |
| Binary | 11011111 | 11111101 | 10100010 | 1100 | 0 | 100100 | 1 | 1010000 | 1100000 | 1010001 |
Color Harmonies of #DFFDA2
Complementary color
Monochromatic Colors of #DFFDA2
Black with #DFFDA2
Text Example
Text Example
White with #DFFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDA2; }
p { color: rgb(223,253,162); }
H1.HeaderClassName
{
color: #DFFDA2;
}
.AnyTagClassName
{
color: #DFFDA2;
}
</style>
background-color css
<style>
a { background-color: #DFFDA2; }
a { background-color: rgb(223,253,162); }
div.DivClassName
{
background-color: #DFFDA2;
}
.BgClassName
{
background-color: #DFFDA2;
}
</style>
border-color css
<style>
span { border-color: #DFFDA2; }
span { border-color: rgb(223,253,162); }
td.TdClassName
{
border-color: #DFFDA2;
}
.TagClassName
{
border-color: #DFFDA2;
}
</style>