#CEE4CE

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

Shades of Aqua Squeeze #CEE4CE

Tints of Aqua Squeeze #CEE4CE

Color information

#CEE4CE (or 0xCEE4CE) is unknown color: approx 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

RGB206228206-
CMYK0.1000.100.11
HSL120º28.95%85.1%-
HSV(B)120º9.65%89.41%-
XYZ64.3473.0669.1-
YUV218.91120.71118.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=32.19%
G=35.62%
B=32.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062282060.1000.100.1112028.9585.1
HexCEE4CEA0AB781d55
Octal316344316120121317035125
Binary11001110111001001100111010100101010111111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>