#CEFAC7

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

Shades of Snowy Mint #CEFAC7

Tints of Snowy Mint #CEFAC7

Color information

#CEFAC7 (or 0xCEFAC7) is unknown color: approx Snowy Mint. HEX triplet: CE, FA and C7. RGB value is (206,250,199). Sum of RGB (Red+Green+Blue) = 206+250+199=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC7 is #310538. Grayscale: #E7E7E7. Windows color (decimal): -3212601 or 13105870. OLE color: 13105870.

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

Color convert

RGB206250199-
CMYK0.1800.200.02
HSL111.76º83.61%88.04%-
HSV(B)111.76º20.4%98.04%-
XYZ69.9585.6266.87-
YUV231.03109.92110.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=31.45%
G=38.17%
B=30.38%

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
Decimal2062501990.1800.200.02111.7683.6188.04
HexCEFAC7120142705458
Octal316372307220242160124130
Binary1100111011111010110001111001001010010111000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAC7; }

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

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

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

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

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

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

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

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