#CAE9C6

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

Shades of Snowy Mint #CAE9C6

Tints of Snowy Mint #CAE9C6

Color information

#CAE9C6 (or 0xCAE9C6) is unknown color: approx Snowy Mint. HEX triplet: CA, E9 and C6. RGB value is (202,233,198). Sum of RGB (Red+Green+Blue) = 202+233+198=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9C6 is #351639. Grayscale: #DBDBDB. Windows color (decimal): -3479098 or 13035978. OLE color: 13035978.

HSL color Cylindrical-coordinate representation of color #CAE9C6: hue angle of 113.14º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE9C6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB202233198-
CMYK0.1300.150.09
HSL113.14º44.3%84.51%-
HSV(B)113.14º15.02%91.37%-
XYZ63.6974.9164.53-
YUV219.74115.73115.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 233 (91.41% from 255) = 36.81%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=31.91%
G=36.81%
B=31.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331980.1300.150.09113.1444.384.51
HexCAE9C6D0F9712c55
Octal312351306150171116154125
Binary110010101110100111000110110101111100111100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9C6; }

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

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

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

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

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

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

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

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