Shades of Reef #DEFCAB
Tints of Reef #DEFCAB
RGB
CMYK
RGB Variations
Color information
#DEFCAB (or 0xDEFCAB) is known color: Reef. HEX triplet: DE, FC and AB. RGB value is (222,252,171). Sum of RGB (Red+Green+Blue) = 222+252+171=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCAB is #210354. Grayscale: #EAEAEA. Windows color (decimal): -2163541 or 11271390. OLE color: 11271390.
HSL color Cylindrical-coordinate representation of color #DEFCAB: hue angle of 82.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEFCAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.01 |
| HSL | 82.22º | 0.93% | 0.83% | - |
| HSV(B) | 82.22º | 0.32% | 0.99% | - |
| XYZ | 72.29 | 88.09 | 51.72 | - |
| YUV | 233.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 171 | 0.12 | 0 | 0.32 | 0.01 | 82.22 | 0.93 | 0.83 |
| Hex | DE | FC | AB | C | 0 | 20 | 1 | 52 | 5D | 53 |
| Octal | 336 | 374 | 253 | 14 | 0 | 40 | 1 | 122 | 135 | 123 |
| Binary | 11011110 | 11111100 | 10101011 | 1100 | 0 | 100000 | 1 | 1010010 | 1011101 | 1010011 |
Color Harmonies of #DEFCAB
Complementary color
Monochromatic Colors of #DEFCAB
Black with #DEFCAB
Text Example
Text Example
White with #DEFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCAB; }
p { color: rgb(222,252,171); }
H1.HeaderClassName
{
color: #DEFCAB;
}
.AnyTagClassName
{
color: #DEFCAB;
}
</style>
background-color css
<style>
a { background-color: #DEFCAB; }
a { background-color: rgb(222,252,171); }
div.DivClassName
{
background-color: #DEFCAB;
}
.BgClassName
{
background-color: #DEFCAB;
}
</style>
border-color css
<style>
span { border-color: #DEFCAB; }
span { border-color: rgb(222,252,171); }
td.TdClassName
{
border-color: #DEFCAB;
}
.TagClassName
{
border-color: #DEFCAB;
}
</style>