Shades of Reef #DEFEB1
Tints of Reef #DEFEB1
RGB
CMYK
RGB Variations
Color information
#DEFEB1 (or 0xDEFEB1) is known color: Reef. HEX triplet: DE, FE and B1. RGB value is (222,254,177). Sum of RGB (Red+Green+Blue) = 222+254+177=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEB1 is #21014E. Grayscale: #EBEBEB. Windows color (decimal): -2163023 or 11665118. OLE color: 11665118.
HSL color Cylindrical-coordinate representation of color #DEFEB1: hue angle of 84.94º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEFEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 177 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.00 |
| HSL | 84.94º | 0.97% | 0.85% | - |
| HSV(B) | 84.94º | 0.3% | 1% | - |
| XYZ | 73.5 | 89.59 | 55.01 | - |
| YUV | 235.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 177 | 0.13 | 0 | 0.30 | 0.00 | 84.94 | 0.97 | 0.85 |
| Hex | DE | FE | B1 | D | 0 | 1E | 0 | 55 | 61 | 55 |
| Octal | 336 | 376 | 261 | 15 | 0 | 36 | 0 | 125 | 141 | 125 |
| Binary | 11011110 | 11111110 | 10110001 | 1101 | 0 | 11110 | 0 | 1010101 | 1100001 | 1010101 |
Color Harmonies of #DEFEB1
Complementary color
Monochromatic Colors of #DEFEB1
Black with #DEFEB1
Text Example
Text Example
White with #DEFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEB1; }
p { color: rgb(222,254,177); }
H1.HeaderClassName
{
color: #DEFEB1;
}
.AnyTagClassName
{
color: #DEFEB1;
}
</style>
background-color css
<style>
a { background-color: #DEFEB1; }
a { background-color: rgb(222,254,177); }
div.DivClassName
{
background-color: #DEFEB1;
}
.BgClassName
{
background-color: #DEFEB1;
}
</style>
border-color css
<style>
span { border-color: #DEFEB1; }
span { border-color: rgb(222,254,177); }
td.TdClassName
{
border-color: #DEFEB1;
}
.TagClassName
{
border-color: #DEFEB1;
}
</style>