#CEE5CA

Color #CEE5CA Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CEE5CA

Tints of Snowy Mint #CEE5CA

Color information

#CEE5CA (or 0xCEE5CA) is unknown color: approx Snowy Mint. HEX triplet: CE, E5 and CA. RGB value is (206,229,202). Sum of RGB (Red+Green+Blue) = 206+229+202=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5CA is #311A35. Grayscale: #DBDBDB. Windows color (decimal): -3217974 or 13297102. OLE color: 13297102.

HSL color Cylindrical-coordinate representation of color #CEE5CA: hue angle of 111.11º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE5CA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB206229202-
CMYK0.1000.120.10
HSL111.11º34.18%84.51%-
HSV(B)111.11º11.79%89.8%-
XYZ64.1373.4266.67-
YUV219.04118.38118.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=32.34%
G=35.95%
B=31.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062292020.1000.120.10111.1134.1884.51
HexCEE5CAA0CA6f2255
Octal316345312120141215742125
Binary110011101110010111001010101001100101011011111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5CA; }

 p { color: rgb(206,229,202); }

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

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

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

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

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

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

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