#CAF1C7

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

Shades of Snowy Mint #CAF1C7

Tints of Snowy Mint #CAF1C7

Color information

#CAF1C7 (or 0xCAF1C7) is unknown color: approx Snowy Mint. HEX triplet: CA, F1 and C7. RGB value is (202,241,199). Sum of RGB (Red+Green+Blue) = 202+241+199=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1C7 is #350E38. Grayscale: #E0E0E0. Windows color (decimal): -3477049 or 13103562. OLE color: 13103562.

HSL color Cylindrical-coordinate representation of color #CAF1C7: hue angle of 115.71º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF1C7 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB202241199-
CMYK0.1600.170.05
HSL115.71º60%86.27%-
HSV(B)115.71º17.43%94.51%-
XYZ66.1279.5965.91-
YUV224.55113.58111.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=31.46%
G=37.54%
B=31.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411990.1600.170.05115.716086.27
HexCAF1C7100115743c56
Octal31236130720021516474126
Binary1100101011110001110001111000001000110111101001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1C7; }

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

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

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

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

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

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

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

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