Shades of Aqua Squeeze #CEE1CE
Tints of Aqua Squeeze #CEE1CE
RGB
CMYK
RGB Variations
Color information
#CEE1CE (or 0xCEE1CE) is known color: Aqua Squeeze. HEX triplet: CE, E1 and CE. RGB value is (206,225,206). Sum of RGB (Red+Green+Blue) = 206+225+206=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CE is #311E31. Grayscale: #D9D9D9. Windows color (decimal): -3218994 or 13558222. OLE color: 13558222.
HSL color Cylindrical-coordinate representation of color #CEE1CE: hue angle of 120º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 206 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 120º | 0.24% | 0.85% | - |
| HSV(B) | 120º | 0.08% | 0.88% | - |
| XYZ | 63.52 | 71.43 | 68.83 | - |
| YUV | 217.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 206 | 0.08 | 0 | 0.08 | 0.12 | 120 | 0.24 | 0.85 |
| Hex | CE | E1 | CE | 8 | 0 | 8 | C | 78 | 18 | 55 |
| Octal | 316 | 341 | 316 | 10 | 0 | 10 | 14 | 170 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11001110 | 1000 | 0 | 1000 | 1100 | 1111000 | 11000 | 1010101 |
Color Harmonies of #CEE1CE
Complementary color
Monochromatic Colors of #CEE1CE
Black with #CEE1CE
Text Example
Text Example
White with #CEE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1CE; }
p { color: rgb(206,225,206); }
H1.HeaderClassName
{
color: #CEE1CE;
}
.AnyTagClassName
{
color: #CEE1CE;
}
</style>
background-color css
<style>
a { background-color: #CEE1CE; }
a { background-color: rgb(206,225,206); }
div.DivClassName
{
background-color: #CEE1CE;
}
.BgClassName
{
background-color: #CEE1CE;
}
</style>
border-color css
<style>
span { border-color: #CEE1CE; }
span { border-color: rgb(206,225,206); }
td.TdClassName
{
border-color: #CEE1CE;
}
.TagClassName
{
border-color: #CEE1CE;
}
</style>