Shades of Reef #DEFDA2
Tints of Reef #DEFDA2
RGB
CMYK
RGB Variations
Color information
#DEFDA2 (or 0xDEFDA2) is known color: Reef. HEX triplet: DE, FD and A2. RGB value is (222,253,162). Sum of RGB (Red+Green+Blue) = 222+253+162=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDA2 is #21025D. Grayscale: #E9E9E9. Windows color (decimal): -2163294 or 10681822. OLE color: 10681822.
HSL color Cylindrical-coordinate representation of color #DEFDA2: hue angle of 80.44º 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 #DEFDA2 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 162 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.01 |
| HSL | 80.44º | 0.96% | 0.81% | - |
| HSV(B) | 80.44º | 0.36% | 0.99% | - |
| XYZ | 71.77 | 88.39 | 47.46 | - |
| YUV | 233.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 162 | 0.12 | 0 | 0.36 | 0.01 | 80.44 | 0.96 | 0.81 |
| Hex | DE | FD | A2 | C | 0 | 24 | 1 | 50 | 60 | 51 |
| Octal | 336 | 375 | 242 | 14 | 0 | 44 | 1 | 120 | 140 | 121 |
| Binary | 11011110 | 11111101 | 10100010 | 1100 | 0 | 100100 | 1 | 1010000 | 1100000 | 1010001 |
Color Harmonies of #DEFDA2
Complementary color
Monochromatic Colors of #DEFDA2
Black with #DEFDA2
Text Example
Text Example
White with #DEFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDA2; }
p { color: rgb(222,253,162); }
H1.HeaderClassName
{
color: #DEFDA2;
}
.AnyTagClassName
{
color: #DEFDA2;
}
</style>
background-color css
<style>
a { background-color: #DEFDA2; }
a { background-color: rgb(222,253,162); }
div.DivClassName
{
background-color: #DEFDA2;
}
.BgClassName
{
background-color: #DEFDA2;
}
</style>
border-color css
<style>
span { border-color: #DEFDA2; }
span { border-color: rgb(222,253,162); }
td.TdClassName
{
border-color: #DEFDA2;
}
.TagClassName
{
border-color: #DEFDA2;
}
</style>