#CFF8C7

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

Shades of Snowy Mint #CFF8C7

Tints of Snowy Mint #CFF8C7

Color information

#CFF8C7 (or 0xCFF8C7) is unknown color: approx Snowy Mint. HEX triplet: CF, F8 and C7. RGB value is (207,248,199). Sum of RGB (Red+Green+Blue) = 207+248+199=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8C7 is #300738. Grayscale: #E6E6E6. Windows color (decimal): -3147577 or 13105359. OLE color: 13105359.

HSL color Cylindrical-coordinate representation of color #CFF8C7: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF8C7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB207248199-
CMYK0.1700.200.03
HSL110.2º77.78%87.65%-
HSV(B)110.2º19.76%97.25%-
XYZ69.6184.5266.68-
YUV230.16110.42111.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=31.65%
G=37.92%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481990.1700.200.03110.277.7887.65
HexCFF8C71101436e4e58
Octal317370307210243156116130
Binary1100111111111000110001111000101010011110111010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8C7; }

 p { color: rgb(207,248,199); }

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

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

 a { background-color: rgb(207,248,199); }

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

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

 span { border-color: rgb(207,248,199); }

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