Shades of Reef #DEF6A4
Tints of Reef #DEF6A4
RGB
CMYK
RGB Variations
Color information
#DEF6A4 (or 0xDEF6A4) is known color: Reef. HEX triplet: DE, F6 and A4. RGB value is (222,246,164). Sum of RGB (Red+Green+Blue) = 222+246+164=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6A4 is #21095B. Grayscale: #E5E5E5. Windows color (decimal): -2165084 or 10811102. OLE color: 10811102.
HSL color Cylindrical-coordinate representation of color #DEF6A4: hue angle of 77.56º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF6A4 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 164 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.04 |
| HSL | 77.56º | 0.82% | 0.8% | - |
| HSV(B) | 77.56º | 0.33% | 0.96% | - |
| XYZ | 69.78 | 84.12 | 47.68 | - |
| YUV | 229.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 164 | 0.10 | 0 | 0.33 | 0.04 | 77.56 | 0.82 | 0.8 |
| Hex | DE | F6 | A4 | A | 0 | 21 | 4 | 4E | 52 | 50 |
| Octal | 336 | 366 | 244 | 12 | 0 | 41 | 4 | 116 | 122 | 120 |
| Binary | 11011110 | 11110110 | 10100100 | 1010 | 0 | 100001 | 100 | 1001110 | 1010010 | 1010000 |
Color Harmonies of #DEF6A4
Complementary color
Monochromatic Colors of #DEF6A4
Black with #DEF6A4
Text Example
Text Example
White with #DEF6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6A4; }
p { color: rgb(222,246,164); }
H1.HeaderClassName
{
color: #DEF6A4;
}
.AnyTagClassName
{
color: #DEF6A4;
}
</style>
background-color css
<style>
a { background-color: #DEF6A4; }
a { background-color: rgb(222,246,164); }
div.DivClassName
{
background-color: #DEF6A4;
}
.BgClassName
{
background-color: #DEF6A4;
}
</style>
border-color css
<style>
span { border-color: #DEF6A4; }
span { border-color: rgb(222,246,164); }
td.TdClassName
{
border-color: #DEF6A4;
}
.TagClassName
{
border-color: #DEF6A4;
}
</style>