Shades of Reef #DEFAB3
Tints of Reef #DEFAB3
RGB
CMYK
RGB Variations
Color information
#DEFAB3 (or 0xDEFAB3) is known color: Reef. HEX triplet: DE, FA and B3. RGB value is (222,250,179). Sum of RGB (Red+Green+Blue) = 222+250+179=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAB3 is #21054C. Grayscale: #E9E9E9. Windows color (decimal): -2164045 or 11795166. OLE color: 11795166.
HSL color Cylindrical-coordinate representation of color #DEFAB3: hue angle of 83.66º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEFAB3 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 179 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.02 |
| HSL | 83.66º | 0.88% | 0.84% | - |
| HSV(B) | 83.66º | 0.28% | 0.98% | - |
| XYZ | 72.45 | 87.16 | 55.65 | - |
| YUV | 233.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 179 | 0.11 | 0 | 0.28 | 0.02 | 83.66 | 0.88 | 0.84 |
| Hex | DE | FA | B3 | B | 0 | 1C | 2 | 54 | 58 | 54 |
| Octal | 336 | 372 | 263 | 13 | 0 | 34 | 2 | 124 | 130 | 124 |
| Binary | 11011110 | 11111010 | 10110011 | 1011 | 0 | 11100 | 10 | 1010100 | 1011000 | 1010100 |
Color Harmonies of #DEFAB3
Complementary color
Monochromatic Colors of #DEFAB3
Black with #DEFAB3
Text Example
Text Example
White with #DEFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAB3; }
p { color: rgb(222,250,179); }
H1.HeaderClassName
{
color: #DEFAB3;
}
.AnyTagClassName
{
color: #DEFAB3;
}
</style>
background-color css
<style>
a { background-color: #DEFAB3; }
a { background-color: rgb(222,250,179); }
div.DivClassName
{
background-color: #DEFAB3;
}
.BgClassName
{
background-color: #DEFAB3;
}
</style>
border-color css
<style>
span { border-color: #DEFAB3; }
span { border-color: rgb(222,250,179); }
td.TdClassName
{
border-color: #DEFAB3;
}
.TagClassName
{
border-color: #DEFAB3;
}
</style>