#CCFAC7

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

Shades of Snowy Mint #CCFAC7

Tints of Snowy Mint #CCFAC7

Color information

#CCFAC7 (or 0xCCFAC7) is unknown color: approx Snowy Mint. HEX triplet: CC, FA and C7. RGB value is (204,250,199). Sum of RGB (Red+Green+Blue) = 204+250+199=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC7 is #330538. Grayscale: #E6E6E6. Windows color (decimal): -3343673 or 13105868. OLE color: 13105868.

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

Color convert

RGB204250199-
CMYK0.1800.200.02
HSL114.12º83.61%88.04%-
HSV(B)114.12º20.4%98.04%-
XYZ69.485.3366.85-
YUV230.43110.26109.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=31.24%
G=38.28%
B=30.47%

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
Decimal2042501990.1800.200.02114.1283.6188.04
HexCCFAC7120142725458
Octal314372307220242162124130
Binary1100110011111010110001111001001010010111001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAC7; }

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

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

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

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

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

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

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

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