Shades of Reef #CEE293
Tints of Reef #CEE293
RGB
CMYK
RGB Variations
Color information
#CEE293 (or 0xCEE293) is known color: Reef. HEX triplet: CE, E2 and 93. RGB value is (206,226,147). Sum of RGB (Red+Green+Blue) = 206+226+147=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE293 is #311D6C. Grayscale: #D3D3D3. Windows color (decimal): -3218797 or 9691854. OLE color: 9691854.
HSL color Cylindrical-coordinate representation of color #CEE293: hue angle of 75.19º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEE293 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 147 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.11 |
| HSL | 75.19º | 0.58% | 0.73% | - |
| HSV(B) | 75.19º | 0.35% | 0.89% | - |
| XYZ | 57.92 | 69.62 | 37.99 | - |
| YUV | 211.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 147 | 0.09 | 0 | 0.35 | 0.11 | 75.19 | 0.58 | 0.73 |
| Hex | CE | E2 | 93 | 9 | 0 | 23 | B | 4B | 3A | 49 |
| Octal | 316 | 342 | 223 | 11 | 0 | 43 | 13 | 113 | 72 | 111 |
| Binary | 11001110 | 11100010 | 10010011 | 1001 | 0 | 100011 | 1011 | 1001011 | 111010 | 1001001 |
Color Harmonies of #CEE293
Complementary color
Monochromatic Colors of #CEE293
Black with #CEE293
Text Example
Text Example
White with #CEE293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE293; }
p { color: rgb(206,226,147); }
H1.HeaderClassName
{
color: #CEE293;
}
.AnyTagClassName
{
color: #CEE293;
}
</style>
background-color css
<style>
a { background-color: #CEE293; }
a { background-color: rgb(206,226,147); }
div.DivClassName
{
background-color: #CEE293;
}
.BgClassName
{
background-color: #CEE293;
}
</style>
border-color css
<style>
span { border-color: #CEE293; }
span { border-color: rgb(206,226,147); }
td.TdClassName
{
border-color: #CEE293;
}
.TagClassName
{
border-color: #CEE293;
}
</style>