#CDF9C8

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

Shades of Snowy Mint #CDF9C8

Tints of Snowy Mint #CDF9C8

Color information

#CDF9C8 (or 0xCDF9C8) is unknown color: approx Snowy Mint. HEX triplet: CD, F9 and C8. RGB value is (205,249,200). Sum of RGB (Red+Green+Blue) = 205+249+200=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9C8 is #320637. Grayscale: #E6E6E6. Windows color (decimal): -3278392 or 13171149. OLE color: 13171149.

HSL color Cylindrical-coordinate representation of color #CDF9C8: hue angle of 113.88º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF9C8 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB205249200-
CMYK0.1800.200.02
HSL113.88º80.33%88.04%-
HSV(B)113.88º19.68%97.65%-
XYZ69.4884.967.37-
YUV230.26110.92109.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 249 (97.66% from 255) = 38.07%
BLUE value IS 200 (78.52% from 255) = 30.58%
R=31.35%
G=38.07%
B=30.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052492000.1800.200.02113.8880.3388.04
HexCDF9C8120142725058
Octal315371310220242162120130
Binary1100110111111001110010001001001010010111001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9C8; }

 p { color: rgb(205,249,200); }

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

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

 a { background-color: rgb(205,249,200); }

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

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

 span { border-color: rgb(205,249,200); }

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