#CDF8C7

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

Shades of Snowy Mint #CDF8C7

Tints of Snowy Mint #CDF8C7

Color information

#CDF8C7 (or 0xCDF8C7) is unknown color: approx Snowy Mint. HEX triplet: CD, F8 and C7. RGB value is (205,248,199). Sum of RGB (Red+Green+Blue) = 205+248+199=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8C7 is #320738. Grayscale: #E5E5E5. Windows color (decimal): -3278649 or 13105357. OLE color: 13105357.

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

Color convert

RGB205248199-
CMYK0.1700.200.03
HSL112.65º77.78%87.65%-
HSV(B)112.65º19.76%97.25%-
XYZ69.0584.2466.65-
YUV229.56110.75110.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=31.44%
G=38.04%
B=30.52%

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
Decimal2052481990.1700.200.03112.6577.7887.65
HexCDF8C7110143714e58
Octal315370307210243161116130
Binary1100110111111000110001111000101010011111000110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8C7; }

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

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

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

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

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

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

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

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