Shades of Reef #DEEEA3
Tints of Reef #DEEEA3
RGB
CMYK
RGB Variations
Color information
#DEEEA3 (or 0xDEEEA3) is known color: Reef. HEX triplet: DE, EE and A3. RGB value is (222,238,163). Sum of RGB (Red+Green+Blue) = 222+238+163=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 163 (64.06% from 255 or 26.16% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEA3 is #21115C. Grayscale: #E0E0E0. Windows color (decimal): -2167133 or 10743518. OLE color: 10743518.
HSL color Cylindrical-coordinate representation of color #DEEEA3: hue angle of 72.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEEA3 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 163 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 72.8º | 0.69% | 0.79% | - |
| HSV(B) | 72.8º | 0.32% | 0.93% | - |
| XYZ | 67.31 | 79.32 | 46.41 | - |
| YUV | 224.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 163 | 0.07 | 0 | 0.32 | 0.07 | 72.8 | 0.69 | 0.79 |
| Hex | DE | EE | A3 | 7 | 0 | 20 | 7 | 49 | 45 | 4F |
| Octal | 336 | 356 | 243 | 7 | 0 | 40 | 7 | 111 | 105 | 117 |
| Binary | 11011110 | 11101110 | 10100011 | 111 | 0 | 100000 | 111 | 1001001 | 1000101 | 1001111 |
Color Harmonies of #DEEEA3
Complementary color
Monochromatic Colors of #DEEEA3
Black with #DEEEA3
Text Example
Text Example
White with #DEEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEA3; }
p { color: rgb(222,238,163); }
H1.HeaderClassName
{
color: #DEEEA3;
}
.AnyTagClassName
{
color: #DEEEA3;
}
</style>
background-color css
<style>
a { background-color: #DEEEA3; }
a { background-color: rgb(222,238,163); }
div.DivClassName
{
background-color: #DEEEA3;
}
.BgClassName
{
background-color: #DEEEA3;
}
</style>
border-color css
<style>
span { border-color: #DEEEA3; }
span { border-color: rgb(222,238,163); }
td.TdClassName
{
border-color: #DEEEA3;
}
.TagClassName
{
border-color: #DEEEA3;
}
</style>