Shades of Reef #CEE699
Tints of Reef #CEE699
RGB
CMYK
RGB Variations
Color information
#CEE699 (or 0xCEE699) is known color: Reef. HEX triplet: CE, E6 and 99. RGB value is (206,230,153). Sum of RGB (Red+Green+Blue) = 206+230+153=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE699 is #311966. Grayscale: #D6D6D6. Windows color (decimal): -3217767 or 10086094. OLE color: 10086094.
HSL color Cylindrical-coordinate representation of color #CEE699: hue angle of 78.7º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE699 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 153 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.10 |
| HSL | 78.7º | 0.61% | 0.75% | - |
| HSV(B) | 78.7º | 0.33% | 0.9% | - |
| XYZ | 59.5 | 72.02 | 40.9 | - |
| YUV | 214.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 153 | 0.10 | 0 | 0.33 | 0.10 | 78.7 | 0.61 | 0.75 |
| Hex | CE | E6 | 99 | A | 0 | 21 | A | 4F | 3D | 4B |
| Octal | 316 | 346 | 231 | 12 | 0 | 41 | 12 | 117 | 75 | 113 |
| Binary | 11001110 | 11100110 | 10011001 | 1010 | 0 | 100001 | 1010 | 1001111 | 111101 | 1001011 |
Color Harmonies of #CEE699
Complementary color
Monochromatic Colors of #CEE699
Black with #CEE699
Text Example
Text Example
White with #CEE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE699; }
p { color: rgb(206,230,153); }
H1.HeaderClassName
{
color: #CEE699;
}
.AnyTagClassName
{
color: #CEE699;
}
</style>
background-color css
<style>
a { background-color: #CEE699; }
a { background-color: rgb(206,230,153); }
div.DivClassName
{
background-color: #CEE699;
}
.BgClassName
{
background-color: #CEE699;
}
</style>
border-color css
<style>
span { border-color: #CEE699; }
span { border-color: rgb(206,230,153); }
td.TdClassName
{
border-color: #CEE699;
}
.TagClassName
{
border-color: #CEE699;
}
</style>