#CDFAC6

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

Shades of Snowy Mint #CDFAC6

Tints of Snowy Mint #CDFAC6

Color information

#CDFAC6 (or 0xCDFAC6) is unknown color: approx Snowy Mint. HEX triplet: CD, FA and C6. RGB value is (205,250,198). Sum of RGB (Red+Green+Blue) = 205+250+198=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC6 is #320539. Grayscale: #E6E6E6. Windows color (decimal): -3278138 or 13040333. OLE color: 13040333.

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

Color convert

RGB205250198-
CMYK0.1800.210.02
HSL111.92º83.87%87.84%-
HSV(B)111.92º20.8%98.04%-
XYZ69.5685.4366.25-
YUV230.62109.59109.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=31.39%
G=38.28%
B=30.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501980.1800.210.02111.9283.8787.84
HexCDFAC6120152705458
Octal315372306220252160124130
Binary1100110111111010110001101001001010110111000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAC6; }

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

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

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

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

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

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

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

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