Shades of Reef #DEFAB1
Tints of Reef #DEFAB1
RGB
CMYK
RGB Variations
Color information
#DEFAB1 (or 0xDEFAB1) is known color: Reef. HEX triplet: DE, FA and B1. RGB value is (222,250,177). Sum of RGB (Red+Green+Blue) = 222+250+177=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAB1 is #21054E. Grayscale: #E9E9E9. Windows color (decimal): -2164047 or 11664094. OLE color: 11664094.
HSL color Cylindrical-coordinate representation of color #DEFAB1: hue angle of 83.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 177 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.02 |
| HSL | 83.01º | 0.88% | 0.84% | - |
| HSV(B) | 83.01º | 0.29% | 0.98% | - |
| XYZ | 72.25 | 87.08 | 54.59 | - |
| YUV | 233.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 177 | 0.11 | 0 | 0.29 | 0.02 | 83.01 | 0.88 | 0.84 |
| Hex | DE | FA | B1 | B | 0 | 1D | 2 | 53 | 58 | 54 |
| Octal | 336 | 372 | 261 | 13 | 0 | 35 | 2 | 123 | 130 | 124 |
| Binary | 11011110 | 11111010 | 10110001 | 1011 | 0 | 11101 | 10 | 1010011 | 1011000 | 1010100 |
Color Harmonies of #DEFAB1
Complementary color
Monochromatic Colors of #DEFAB1
Black with #DEFAB1
Text Example
Text Example
White with #DEFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAB1; }
p { color: rgb(222,250,177); }
H1.HeaderClassName
{
color: #DEFAB1;
}
.AnyTagClassName
{
color: #DEFAB1;
}
</style>
background-color css
<style>
a { background-color: #DEFAB1; }
a { background-color: rgb(222,250,177); }
div.DivClassName
{
background-color: #DEFAB1;
}
.BgClassName
{
background-color: #DEFAB1;
}
</style>
border-color css
<style>
span { border-color: #DEFAB1; }
span { border-color: rgb(222,250,177); }
td.TdClassName
{
border-color: #DEFAB1;
}
.TagClassName
{
border-color: #DEFAB1;
}
</style>