Shades of Aqua Squeeze #CEE4CE
Tints of Aqua Squeeze #CEE4CE
RGB
CMYK
RGB Variations
Color information
#CEE4CE (or 0xCEE4CE) is known color: Aqua Squeeze. HEX triplet: CE, E4 and CE. RGB value is (206,228,206). Sum of RGB (Red+Green+Blue) = 206+228+206=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4CE is #311B31. Grayscale: #DADADA. Windows color (decimal): -3218226 or 13558990. OLE color: 13558990.
HSL color Cylindrical-coordinate representation of color #CEE4CE: hue angle of 120º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE4CE is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 206 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 120º | 0.29% | 0.85% | - |
| HSV(B) | 120º | 0.1% | 0.89% | - |
| XYZ | 64.34 | 73.06 | 69.1 | - |
| YUV | 218.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 206 | 0.10 | 0 | 0.10 | 0.11 | 120 | 0.29 | 0.85 |
| Hex | CE | E4 | CE | A | 0 | A | B | 78 | 1D | 55 |
| Octal | 316 | 344 | 316 | 12 | 0 | 12 | 13 | 170 | 35 | 125 |
| Binary | 11001110 | 11100100 | 11001110 | 1010 | 0 | 1010 | 1011 | 1111000 | 11101 | 1010101 |
Color Harmonies of #CEE4CE
Complementary color
Monochromatic Colors of #CEE4CE
Black with #CEE4CE
Text Example
Text Example
White with #CEE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4CE; }
p { color: rgb(206,228,206); }
H1.HeaderClassName
{
color: #CEE4CE;
}
.AnyTagClassName
{
color: #CEE4CE;
}
</style>
background-color css
<style>
a { background-color: #CEE4CE; }
a { background-color: rgb(206,228,206); }
div.DivClassName
{
background-color: #CEE4CE;
}
.BgClassName
{
background-color: #CEE4CE;
}
</style>
border-color css
<style>
span { border-color: #CEE4CE; }
span { border-color: rgb(206,228,206); }
td.TdClassName
{
border-color: #CEE4CE;
}
.TagClassName
{
border-color: #CEE4CE;
}
</style>