#CEE7CE

Color #CEE7CE Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #CEE7CE

Tints of Aqua Squeeze #CEE7CE

Color information

#CEE7CE (or 0xCEE7CE) is unknown color: approx Aqua Squeeze. HEX triplet: CE, E7 and CE. RGB value is (206,231,206). Sum of RGB (Red+Green+Blue) = 206+231+206=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7CE is #311831. Grayscale: #DCDCDC. Windows color (decimal): -3217458 or 13559758. OLE color: 13559758.

HSL color Cylindrical-coordinate representation of color #CEE7CE: hue angle of 120º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7CE is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB206231206-
CMYK0.1100.110.09
HSL120º34.25%85.69%-
HSV(B)120º10.82%90.59%-
XYZ65.1774.7369.38-
YUV220.68119.72117.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=32.04%
G=35.93%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312060.1100.110.0912034.2585.69
HexCEE7CEB0B9782256
Octal316347316130131117042126
Binary110011101110011111001110101101011100111110001000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7CE; }

 p { color: rgb(206,231,206); }

 H1.HeaderClassName
 {
   color: #CEE7CE;
 }
 .AnyTagClassName
 {
   color: #CEE7CE;
 }
</style>
background-color css

<style>
 a { background-color: #CEE7CE; }

 a { background-color: rgb(206,231,206); }

 div.DivClassName
 {
   background-color: #CEE7CE;
 }
 .BgClassName
 {
   background-color: #CEE7CE;
 }
</style>
border-color css

<style>
 span { border-color: #CEE7CE; }

 span { border-color: rgb(206,231,206); }

 td.TdClassName
 {
   border-color: #CEE7CE;
 }
 .TagClassName
 {
   border-color: #CEE7CE;
 }
</style>