#CDF2C7

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

Shades of Snowy Mint #CDF2C7

Tints of Snowy Mint #CDF2C7

Color information

#CDF2C7 (or 0xCDF2C7) is unknown color: approx Snowy Mint. HEX triplet: CD, F2 and C7. RGB value is (205,242,199). Sum of RGB (Red+Green+Blue) = 205+242+199=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2C7 is #320D38. Grayscale: #E2E2E2. Windows color (decimal): -3280185 or 13103821. OLE color: 13103821.

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

Color convert

RGB205242199-
CMYK0.1500.180.05
HSL111.63º62.32%86.47%-
HSV(B)111.63º17.77%94.9%-
XYZ67.2480.6166.05-
YUV226.04112.74113-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 199 (78.12% from 255) = 30.80%
R=31.73%
G=37.46%
B=30.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421990.1500.180.05111.6362.3286.47
HexCDF2C7F0125703e56
Octal31536230717022516076126
Binary110011011111001011000111111101001010111100001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2C7; }

 p { color: rgb(205,242,199); }

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

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

 a { background-color: rgb(205,242,199); }

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

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

 span { border-color: rgb(205,242,199); }

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