#C9EDC5

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

Shades of Snowy Mint #C9EDC5

Tints of Snowy Mint #C9EDC5

Color information

#C9EDC5 (or 0xC9EDC5) is unknown color: approx Snowy Mint. HEX triplet: C9, ED and C5. RGB value is (201,237,197). Sum of RGB (Red+Green+Blue) = 201+237+197=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDC5 is #36123A. Grayscale: #DDDDDD. Windows color (decimal): -3543611 or 12971465. OLE color: 12971465.

HSL color Cylindrical-coordinate representation of color #C9EDC5: hue angle of 114º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB201237197-
CMYK0.1500.170.07
HSL114º52.63%85.1%-
HSV(B)114º16.88%92.94%-
XYZ64.4577.0264.29-
YUV221.68114.07113.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=31.65%
G=37.32%
B=31.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012371970.1500.170.0711452.6385.1
HexC9EDC5F0117723555
Octal31135530517021716265125
Binary110010011110110111000101111101000111111100101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EDC5; }

 p { color: rgb(201,237,197); }

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

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

 a { background-color: rgb(201,237,197); }

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

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

 span { border-color: rgb(201,237,197); }

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