#CCFBC7

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

Shades of Snowy Mint #CCFBC7

Tints of Snowy Mint #CCFBC7

Color information

#CCFBC7 (or 0xCCFBC7) is unknown color: approx Snowy Mint. HEX triplet: CC, FB and C7. RGB value is (204,251,199). Sum of RGB (Red+Green+Blue) = 204+251+199=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC7 is #330438. Grayscale: #E7E7E7. Windows color (decimal): -3343417 or 13106124. OLE color: 13106124.

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

Color convert

RGB204251199-
CMYK0.1900.210.02
HSL114.23º86.67%88.24%-
HSV(B)114.23º20.72%98.43%-
XYZ69.7185.9666.95-
YUV231.02109.93108.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=31.19%
G=38.38%
B=30.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511990.1900.210.02114.2386.6788.24
HexCCFBC7130152725758
Octal314373307230252162127130
Binary1100110011111011110001111001101010110111001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBC7; }

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

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

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

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

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

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

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

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