Shades of Aqua Squeeze #CEE2CE
Tints of Aqua Squeeze #CEE2CE
RGB
CMYK
RGB Variations
Color information
#CEE2CE (or 0xCEE2CE) is known color: Aqua Squeeze. HEX triplet: CE, E2 and CE. RGB value is (206,226,206). Sum of RGB (Red+Green+Blue) = 206+226+206=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2CE is #311D31. Grayscale: #D9D9D9. Windows color (decimal): -3218738 or 13558478. OLE color: 13558478.
HSL color Cylindrical-coordinate representation of color #CEE2CE: hue angle of 120º degrees, saturation: 0.26, 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 #CEE2CE is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 226 | 206 | - |
CMYK | 0.09 | 0 | 0.09 | 0.11 |
HSL | 120º | 0.26% | 0.85% | - |
HSV(B) | 120º | 0.09% | 0.89% | - |
XYZ | 63.79 | 71.97 | 68.92 | - |
YUV | 217.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 226 | 206 | 0.09 | 0 | 0.09 | 0.11 | 120 | 0.26 | 0.85 |
Hex | CE | E2 | CE | 9 | 0 | 9 | B | 78 | 1A | 55 |
Octal | 316 | 342 | 316 | 11 | 0 | 11 | 13 | 170 | 32 | 125 |
Binary | 11001110 | 11100010 | 11001110 | 1001 | 0 | 1001 | 1011 | 1111000 | 11010 | 1010101 |
Color Harmonies of #CEE2CE
Complementary color
Monochromatic Colors of #CEE2CE
Black with #CEE2CE
Text Example
Text Example
White with #CEE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2CE; }
p { color: rgb(206,226,206); }
H1.HeaderClassName
{
color: #CEE2CE;
}
.AnyTagClassName
{
color: #CEE2CE;
}
</style>
background-color css
<style>
a { background-color: #CEE2CE; }
a { background-color: rgb(206,226,206); }
div.DivClassName
{
background-color: #CEE2CE;
}
.BgClassName
{
background-color: #CEE2CE;
}
</style>
border-color css
<style>
span { border-color: #CEE2CE; }
span { border-color: rgb(206,226,206); }
td.TdClassName
{
border-color: #CEE2CE;
}
.TagClassName
{
border-color: #CEE2CE;
}
</style>