#CDFAC7

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

Shades of Snowy Mint #CDFAC7

Tints of Snowy Mint #CDFAC7

Color information

#CDFAC7 (or 0xCDFAC7) is unknown color: approx Snowy Mint. HEX triplet: CD, FA and C7. RGB value is (205,250,199). Sum of RGB (Red+Green+Blue) = 205+250+199=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC7 is #320538. Grayscale: #E6E6E6. Windows color (decimal): -3278137 or 13105869. OLE color: 13105869.

HSL color Cylindrical-coordinate representation of color #CDFAC7: hue angle of 112.94º degrees, saturation: 0.84, 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 #CDFAC7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB205250199-
CMYK0.1800.200.02
HSL112.94º83.61%88.04%-
HSV(B)112.94º20.4%98.04%-
XYZ69.6785.4766.86-
YUV230.73110.09109.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=31.35%
G=38.23%
B=30.43%

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
Decimal2052501990.1800.200.02112.9483.6188.04
HexCDFAC7120142715458
Octal315372307220242161124130
Binary1100110111111010110001111001001010010111000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAC7; }

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

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

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

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

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

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

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

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