Shades of Reef #CEEEA3
Tints of Reef #CEEEA3
RGB
CMYK
RGB Variations
Color information
#CEEEA3 (or 0xCEEEA3) is known color: Reef. HEX triplet: CE, EE and A3. RGB value is (206,238,163). Sum of RGB (Red+Green+Blue) = 206+238+163=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA3 is #31115C. Grayscale: #DCDCDC. Windows color (decimal): -3215709 or 10743502. OLE color: 10743502.
HSL color Cylindrical-coordinate representation of color #CEEEA3: hue angle of 85.6º 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 #CEEEA3 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 163 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 85.6º | 0.69% | 0.79% | - |
| HSV(B) | 85.6º | 0.32% | 0.93% | - |
| XYZ | 62.64 | 76.92 | 46.2 | - |
| YUV | 219.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 163 | 0.13 | 0 | 0.32 | 0.07 | 85.6 | 0.69 | 0.79 |
| Hex | CE | EE | A3 | D | 0 | 20 | 7 | 56 | 45 | 4F |
| Octal | 316 | 356 | 243 | 15 | 0 | 40 | 7 | 126 | 105 | 117 |
| Binary | 11001110 | 11101110 | 10100011 | 1101 | 0 | 100000 | 111 | 1010110 | 1000101 | 1001111 |
Color Harmonies of #CEEEA3
Complementary color
Monochromatic Colors of #CEEEA3
Black with #CEEEA3
Text Example
Text Example
White with #CEEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEA3; }
p { color: rgb(206,238,163); }
H1.HeaderClassName
{
color: #CEEEA3;
}
.AnyTagClassName
{
color: #CEEEA3;
}
</style>
background-color css
<style>
a { background-color: #CEEEA3; }
a { background-color: rgb(206,238,163); }
div.DivClassName
{
background-color: #CEEEA3;
}
.BgClassName
{
background-color: #CEEEA3;
}
</style>
border-color css
<style>
span { border-color: #CEEEA3; }
span { border-color: rgb(206,238,163); }
td.TdClassName
{
border-color: #CEEEA3;
}
.TagClassName
{
border-color: #CEEEA3;
}
</style>