Shades of Reef #DEFFAB
Tints of Reef #DEFFAB
RGB
CMYK
RGB Variations
Color information
#DEFFAB (or 0xDEFFAB) is known color: Reef. HEX triplet: DE, FF and AB. RGB value is (222,255,171). Sum of RGB (Red+Green+Blue) = 222+255+171=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAB is #210054. Grayscale: #EBEBEB. Windows color (decimal): -2162773 or 11272158. OLE color: 11272158.
HSL color Cylindrical-coordinate representation of color #DEFFAB: hue angle of 83.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFFAB is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 171 | - |
| CMYK | 0.13 | 0 | 0.33 | 0 |
| HSL | 83.57º | 1% | 0.84% | - |
| HSV(B) | 83.57º | 0.33% | 1% | - |
| XYZ | 73.23 | 89.99 | 52.04 | - |
| YUV | 235.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 171 | 0.13 | 0 | 0.33 | 0 | 83.57 | 1 | 0.84 |
| Hex | DE | FF | AB | D | 0 | 21 | 0 | 54 | 64 | 54 |
| Octal | 336 | 377 | 253 | 15 | 0 | 41 | 0 | 124 | 144 | 124 |
| Binary | 11011110 | 11111111 | 10101011 | 1101 | 0 | 100001 | 0 | 1010100 | 1100100 | 1010100 |
Color Harmonies of #DEFFAB
Complementary color
Monochromatic Colors of #DEFFAB
Black with #DEFFAB
Text Example
Text Example
White with #DEFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFAB; }
p { color: rgb(222,255,171); }
H1.HeaderClassName
{
color: #DEFFAB;
}
.AnyTagClassName
{
color: #DEFFAB;
}
</style>
background-color css
<style>
a { background-color: #DEFFAB; }
a { background-color: rgb(222,255,171); }
div.DivClassName
{
background-color: #DEFFAB;
}
.BgClassName
{
background-color: #DEFFAB;
}
</style>
border-color css
<style>
span { border-color: #DEFFAB; }
span { border-color: rgb(222,255,171); }
td.TdClassName
{
border-color: #DEFFAB;
}
.TagClassName
{
border-color: #DEFFAB;
}
</style>