#CDF7C6

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

Shades of Snowy Mint #CDF7C6

Tints of Snowy Mint #CDF7C6

Color information

#CDF7C6 (or 0xCDF7C6) is unknown color: approx Snowy Mint. HEX triplet: CD, F7 and C6. RGB value is (205,247,198). Sum of RGB (Red+Green+Blue) = 205+247+198=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7C6 is #320839. Grayscale: #E5E5E5. Windows color (decimal): -3278906 or 13039565. OLE color: 13039565.

HSL color Cylindrical-coordinate representation of color #CDF7C6: hue angle of 111.43º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF7C6 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB205247198-
CMYK0.1700.200.03
HSL111.43º75.38%87.25%-
HSV(B)111.43º19.84%96.86%-
XYZ68.6383.5865.94-
YUV228.86110.59110.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=31.54%
G=38%
B=30.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471980.1700.200.03111.4375.3887.25
HexCDF7C61101436f4b57
Octal315367306210243157113127
Binary1100110111110111110001101000101010011110111110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7C6; }

 p { color: rgb(205,247,198); }

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

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

 a { background-color: rgb(205,247,198); }

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

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

 span { border-color: rgb(205,247,198); }

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