Shades of Reef #DEEEA1
Tints of Reef #DEEEA1
RGB
CMYK
RGB Variations
Color information
#DEEEA1 (or 0xDEEEA1) is known color: Reef. HEX triplet: DE, EE and A1. RGB value is (222,238,161). Sum of RGB (Red+Green+Blue) = 222+238+161=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEA1 is #21115E. Grayscale: #E0E0E0. Windows color (decimal): -2167135 or 10612446. OLE color: 10612446.
HSL color Cylindrical-coordinate representation of color #DEEEA1: hue angle of 72.47º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEEA1 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 161 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 72.47º | 0.69% | 0.78% | - |
| HSV(B) | 72.47º | 0.32% | 0.93% | - |
| XYZ | 67.13 | 79.25 | 45.48 | - |
| YUV | 224.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 161 | 0.07 | 0 | 0.32 | 0.07 | 72.47 | 0.69 | 0.78 |
| Hex | DE | EE | A1 | 7 | 0 | 20 | 7 | 48 | 45 | 4E |
| Octal | 336 | 356 | 241 | 7 | 0 | 40 | 7 | 110 | 105 | 116 |
| Binary | 11011110 | 11101110 | 10100001 | 111 | 0 | 100000 | 111 | 1001000 | 1000101 | 1001110 |
Color Harmonies of #DEEEA1
Complementary color
Monochromatic Colors of #DEEEA1
Black with #DEEEA1
Text Example
Text Example
White with #DEEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEA1; }
p { color: rgb(222,238,161); }
H1.HeaderClassName
{
color: #DEEEA1;
}
.AnyTagClassName
{
color: #DEEEA1;
}
</style>
background-color css
<style>
a { background-color: #DEEEA1; }
a { background-color: rgb(222,238,161); }
div.DivClassName
{
background-color: #DEEEA1;
}
.BgClassName
{
background-color: #DEEEA1;
}
</style>
border-color css
<style>
span { border-color: #DEEEA1; }
span { border-color: rgb(222,238,161); }
td.TdClassName
{
border-color: #DEEEA1;
}
.TagClassName
{
border-color: #DEEEA1;
}
</style>