Shades of Reef #DEF3A8
Tints of Reef #DEF3A8
RGB
CMYK
RGB Variations
Color information
#DEF3A8 (or 0xDEF3A8) is known color: Reef. HEX triplet: DE, F3 and A8. RGB value is (222,243,168). Sum of RGB (Red+Green+Blue) = 222+243+168=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF3A8 is #210C57. Grayscale: #E4E4E4. Windows color (decimal): -2165848 or 11072478. OLE color: 11072478.
HSL color Cylindrical-coordinate representation of color #DEF3A8: hue angle of 76.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF3A8 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 168 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.05 |
| HSL | 76.8º | 0.76% | 0.81% | - |
| HSV(B) | 76.8º | 0.31% | 0.95% | - |
| XYZ | 69.24 | 82.46 | 49.31 | - |
| YUV | 228.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 168 | 0.09 | 0 | 0.31 | 0.05 | 76.8 | 0.76 | 0.81 |
| Hex | DE | F3 | A8 | 9 | 0 | 1F | 5 | 4D | 4C | 51 |
| Octal | 336 | 363 | 250 | 11 | 0 | 37 | 5 | 115 | 114 | 121 |
| Binary | 11011110 | 11110011 | 10101000 | 1001 | 0 | 11111 | 101 | 1001101 | 1001100 | 1010001 |
Color Harmonies of #DEF3A8
Complementary color
Monochromatic Colors of #DEF3A8
Black with #DEF3A8
Text Example
Text Example
White with #DEF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3A8; }
p { color: rgb(222,243,168); }
H1.HeaderClassName
{
color: #DEF3A8;
}
.AnyTagClassName
{
color: #DEF3A8;
}
</style>
background-color css
<style>
a { background-color: #DEF3A8; }
a { background-color: rgb(222,243,168); }
div.DivClassName
{
background-color: #DEF3A8;
}
.BgClassName
{
background-color: #DEF3A8;
}
</style>
border-color css
<style>
span { border-color: #DEF3A8; }
span { border-color: rgb(222,243,168); }
td.TdClassName
{
border-color: #DEF3A8;
}
.TagClassName
{
border-color: #DEF3A8;
}
</style>