Shades of Reef #DEFCA3
Tints of Reef #DEFCA3
RGB
CMYK
RGB Variations
Color information
#DEFCA3 (or 0xDEFCA3) is known color: Reef. HEX triplet: DE, FC and A3. RGB value is (222,252,163). Sum of RGB (Red+Green+Blue) = 222+252+163=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA3 is #21035C. Grayscale: #E9E9E9. Windows color (decimal): -2163549 or 10747102. OLE color: 10747102.
HSL color Cylindrical-coordinate representation of color #DEFCA3: hue angle of 80.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFCA3 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 163 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.01 |
| HSL | 80.22º | 0.94% | 0.81% | - |
| HSV(B) | 80.22º | 0.35% | 0.99% | - |
| XYZ | 71.55 | 87.79 | 47.83 | - |
| YUV | 232.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 163 | 0.12 | 0 | 0.35 | 0.01 | 80.22 | 0.94 | 0.81 |
| Hex | DE | FC | A3 | C | 0 | 23 | 1 | 50 | 5E | 51 |
| Octal | 336 | 374 | 243 | 14 | 0 | 43 | 1 | 120 | 136 | 121 |
| Binary | 11011110 | 11111100 | 10100011 | 1100 | 0 | 100011 | 1 | 1010000 | 1011110 | 1010001 |
Color Harmonies of #DEFCA3
Complementary color
Monochromatic Colors of #DEFCA3
Black with #DEFCA3
Text Example
Text Example
White with #DEFCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCA3; }
p { color: rgb(222,252,163); }
H1.HeaderClassName
{
color: #DEFCA3;
}
.AnyTagClassName
{
color: #DEFCA3;
}
</style>
background-color css
<style>
a { background-color: #DEFCA3; }
a { background-color: rgb(222,252,163); }
div.DivClassName
{
background-color: #DEFCA3;
}
.BgClassName
{
background-color: #DEFCA3;
}
</style>
border-color css
<style>
span { border-color: #DEFCA3; }
span { border-color: rgb(222,252,163); }
td.TdClassName
{
border-color: #DEFCA3;
}
.TagClassName
{
border-color: #DEFCA3;
}
</style>