Shades of Aqua Squeeze #CEE3CE
Tints of Aqua Squeeze #CEE3CE
RGB
CMYK
RGB Variations
Color information
#CEE3CE (or 0xCEE3CE) is known color: Aqua Squeeze. HEX triplet: CE, E3 and CE. RGB value is (206,227,206). Sum of RGB (Red+Green+Blue) = 206+227+206=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3CE is #311C31. Grayscale: #DADADA. Windows color (decimal): -3218482 or 13558734. OLE color: 13558734.
HSL color Cylindrical-coordinate representation of color #CEE3CE: hue angle of 120º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE3CE is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 206 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.11 |
| HSL | 120º | 0.27% | 0.85% | - |
| HSV(B) | 120º | 0.09% | 0.89% | - |
| XYZ | 64.06 | 72.52 | 69.01 | - |
| YUV | 218.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 206 | 0.09 | 0 | 0.09 | 0.11 | 120 | 0.27 | 0.85 |
| Hex | CE | E3 | CE | 9 | 0 | 9 | B | 78 | 1B | 55 |
| Octal | 316 | 343 | 316 | 11 | 0 | 11 | 13 | 170 | 33 | 125 |
| Binary | 11001110 | 11100011 | 11001110 | 1001 | 0 | 1001 | 1011 | 1111000 | 11011 | 1010101 |
Color Harmonies of #CEE3CE
Complementary color
Monochromatic Colors of #CEE3CE
Black with #CEE3CE
Text Example
Text Example
White with #CEE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3CE; }
p { color: rgb(206,227,206); }
H1.HeaderClassName
{
color: #CEE3CE;
}
.AnyTagClassName
{
color: #CEE3CE;
}
</style>
background-color css
<style>
a { background-color: #CEE3CE; }
a { background-color: rgb(206,227,206); }
div.DivClassName
{
background-color: #CEE3CE;
}
.BgClassName
{
background-color: #CEE3CE;
}
</style>
border-color css
<style>
span { border-color: #CEE3CE; }
span { border-color: rgb(206,227,206); }
td.TdClassName
{
border-color: #CEE3CE;
}
.TagClassName
{
border-color: #CEE3CE;
}
</style>