#CCFAC6

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

Shades of Snowy Mint #CCFAC6

Tints of Snowy Mint #CCFAC6

Color information

#CCFAC6 (or 0xCCFAC6) is unknown color: approx Snowy Mint. HEX triplet: CC, FA and C6. RGB value is (204,250,198). Sum of RGB (Red+Green+Blue) = 204+250+198=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC6 is #330539. Grayscale: #E6E6E6. Windows color (decimal): -3343674 or 13040332. OLE color: 13040332.

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

Color convert

RGB204250198-
CMYK0.1800.210.02
HSL113.08º83.87%87.84%-
HSV(B)113.08º20.8%98.04%-
XYZ69.2885.2966.24-
YUV230.32109.76109.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=31.29%
G=38.34%
B=30.37%

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
Decimal2042501980.1800.210.02113.0883.8787.84
HexCCFAC6120152715458
Octal314372306220252161124130
Binary1100110011111010110001101001001010110111000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAC6; }

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

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

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

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

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

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

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

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