Shades of Reef #DEFAA1
Tints of Reef #DEFAA1
RGB
CMYK
RGB Variations
Color information
#DEFAA1 (or 0xDEFAA1) is known color: Reef. HEX triplet: DE, FA and A1. RGB value is (222,250,161). Sum of RGB (Red+Green+Blue) = 222+250+161=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA1 is #21055E. Grayscale: #E7E7E7. Windows color (decimal): -2164063 or 10615518. OLE color: 10615518.
HSL color Cylindrical-coordinate representation of color #DEFAA1: hue angle of 78.88º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEFAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 161 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.02 |
| HSL | 78.88º | 0.9% | 0.81% | - |
| HSV(B) | 78.88º | 0.36% | 0.98% | - |
| XYZ | 70.74 | 86.47 | 46.68 | - |
| YUV | 231.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 161 | 0.11 | 0 | 0.36 | 0.02 | 78.88 | 0.9 | 0.81 |
| Hex | DE | FA | A1 | B | 0 | 24 | 2 | 4F | 5A | 51 |
| Octal | 336 | 372 | 241 | 13 | 0 | 44 | 2 | 117 | 132 | 121 |
| Binary | 11011110 | 11111010 | 10100001 | 1011 | 0 | 100100 | 10 | 1001111 | 1011010 | 1010001 |
Color Harmonies of #DEFAA1
Complementary color
Monochromatic Colors of #DEFAA1
Black with #DEFAA1
Text Example
Text Example
White with #DEFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAA1; }
p { color: rgb(222,250,161); }
H1.HeaderClassName
{
color: #DEFAA1;
}
.AnyTagClassName
{
color: #DEFAA1;
}
</style>
background-color css
<style>
a { background-color: #DEFAA1; }
a { background-color: rgb(222,250,161); }
div.DivClassName
{
background-color: #DEFAA1;
}
.BgClassName
{
background-color: #DEFAA1;
}
</style>
border-color css
<style>
span { border-color: #DEFAA1; }
span { border-color: rgb(222,250,161); }
td.TdClassName
{
border-color: #DEFAA1;
}
.TagClassName
{
border-color: #DEFAA1;
}
</style>