#CEFAC8

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

Shades of Snowy Mint #CEFAC8

Tints of Snowy Mint #CEFAC8

Color information

#CEFAC8 (or 0xCEFAC8) is unknown color: approx Snowy Mint. HEX triplet: CE, FA and C8. RGB value is (206,250,200). Sum of RGB (Red+Green+Blue) = 206+250+200=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC8 is #310537. Grayscale: #E7E7E7. Windows color (decimal): -3212600 or 13171406. OLE color: 13171406.

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

Color convert

RGB206250200-
CMYK0.1800.20.02
HSL112.8º83.33%88.24%-
HSV(B)112.8º20%98.04%-
XYZ70.0685.6667.49-
YUV231.14110.42110.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 200 (78.52% from 255) = 30.49%
R=31.40%
G=38.11%
B=30.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502000.1800.20.02112.883.3388.24
HexCEFAC8120142715358
Octal316372310220242161123130
Binary1100111011111010110010001001001010010111000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAC8; }

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

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

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

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

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

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

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

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