#CAE6C5

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

Shades of Snowy Mint #CAE6C5

Tints of Snowy Mint #CAE6C5

Color information

#CAE6C5 (or 0xCAE6C5) is unknown color: approx Snowy Mint. HEX triplet: CA, E6 and C5. RGB value is (202,230,197). Sum of RGB (Red+Green+Blue) = 202+230+197=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C5 is #35193A. Grayscale: #D9D9D9. Windows color (decimal): -3479867 or 12969674. OLE color: 12969674.

HSL color Cylindrical-coordinate representation of color #CAE6C5: hue angle of 110.91º degrees, saturation: 0.4, 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 #CAE6C5 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB202230197-
CMYK0.1200.140.10
HSL110.91º39.76%83.73%-
HSV(B)110.91º14.35%90.2%-
XYZ62.7373.1863.64-
YUV217.87116.22116.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=32.11%
G=36.57%
B=31.32%

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
Decimal2022301970.1200.140.10110.9139.7683.73
HexCAE6C5C0EA6f2854
Octal312346305140161215750124
Binary110010101110011011000101110001110101011011111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6C5; }

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

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

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

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

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

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

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

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