#CAE6C6

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

Shades of Snowy Mint #CAE6C6

Tints of Snowy Mint #CAE6C6

Color information

#CAE6C6 (or 0xCAE6C6) is unknown color: approx Snowy Mint. HEX triplet: CA, E6 and C6. RGB value is (202,230,198). Sum of RGB (Red+Green+Blue) = 202+230+198=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C6 is #351939. Grayscale: #DADADA. Windows color (decimal): -3479866 or 13035210. OLE color: 13035210.

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

Color convert

RGB202230198-
CMYK0.1200.140.10
HSL112.5º39.02%83.92%-
HSV(B)112.5º13.91%90.2%-
XYZ62.8573.2364.25-
YUV217.98116.72116.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=32.06%
G=36.51%
B=31.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301980.1200.140.10112.539.0283.92
HexCAE6C6C0EA702754
Octal312346306140161216047124
Binary110010101110011011000110110001110101011100001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6C6; }

 p { color: rgb(202,230,198); }

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

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

 a { background-color: rgb(202,230,198); }

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

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

 span { border-color: rgb(202,230,198); }

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