#CAE7C7

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

Shades of Snowy Mint #CAE7C7

Tints of Snowy Mint #CAE7C7

Color information

#CAE7C7 (or 0xCAE7C7) is unknown color: approx Snowy Mint. HEX triplet: CA, E7 and C7. RGB value is (202,231,199). Sum of RGB (Red+Green+Blue) = 202+231+199=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7C7 is #351838. Grayscale: #DADADA. Windows color (decimal): -3479609 or 13101002. OLE color: 13101002.

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

Color convert

RGB202231199-
CMYK0.1300.140.09
HSL114.37º40%84.31%-
HSV(B)114.37º13.85%90.59%-
XYZ63.2473.8364.95-
YUV218.68116.89116.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 231 (90.62% from 255) = 36.55%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=31.96%
G=36.55%
B=31.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311990.1300.140.09114.374084.31
HexCAE7C7D0E9722854
Octal312347307150161116250124
Binary110010101110011111000111110101110100111100101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7C7; }

 p { color: rgb(202,231,199); }

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

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

 a { background-color: rgb(202,231,199); }

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

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

 span { border-color: rgb(202,231,199); }

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