Shades of Reef #DEF4B2
Tints of Reef #DEF4B2
RGB
CMYK
RGB Variations
Color information
#DEF4B2 (or 0xDEF4B2) is known color: Reef. HEX triplet: DE, F4 and B2. RGB value is (222,244,178). Sum of RGB (Red+Green+Blue) = 222+244+178=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF4B2 is #210B4D. Grayscale: #E6E6E6. Windows color (decimal): -2165582 or 11728094. OLE color: 11728094.
HSL color Cylindrical-coordinate representation of color #DEF4B2: hue angle of 80º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF4B2 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 178 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.04 |
| HSL | 80º | 0.75% | 0.83% | - |
| HSV(B) | 80º | 0.27% | 0.96% | - |
| XYZ | 70.51 | 83.45 | 54.51 | - |
| YUV | 229.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 178 | 0.09 | 0 | 0.27 | 0.04 | 80 | 0.75 | 0.83 |
| Hex | DE | F4 | B2 | 9 | 0 | 1B | 4 | 50 | 4B | 53 |
| Octal | 336 | 364 | 262 | 11 | 0 | 33 | 4 | 120 | 113 | 123 |
| Binary | 11011110 | 11110100 | 10110010 | 1001 | 0 | 11011 | 100 | 1010000 | 1001011 | 1010011 |
Color Harmonies of #DEF4B2
Complementary color
Monochromatic Colors of #DEF4B2
Black with #DEF4B2
Text Example
Text Example
White with #DEF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4B2; }
p { color: rgb(222,244,178); }
H1.HeaderClassName
{
color: #DEF4B2;
}
.AnyTagClassName
{
color: #DEF4B2;
}
</style>
background-color css
<style>
a { background-color: #DEF4B2; }
a { background-color: rgb(222,244,178); }
div.DivClassName
{
background-color: #DEF4B2;
}
.BgClassName
{
background-color: #DEF4B2;
}
</style>
border-color css
<style>
span { border-color: #DEF4B2; }
span { border-color: rgb(222,244,178); }
td.TdClassName
{
border-color: #DEF4B2;
}
.TagClassName
{
border-color: #DEF4B2;
}
</style>