#CEFAC6

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

Shades of Snowy Mint #CEFAC6

Tints of Snowy Mint #CEFAC6

Color information

#CEFAC6 (or 0xCEFAC6) is unknown color: approx Snowy Mint. HEX triplet: CE, FA and C6. RGB value is (206,250,198). Sum of RGB (Red+Green+Blue) = 206+250+198=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC6 is #310539. Grayscale: #E7E7E7. Windows color (decimal): -3212602 or 13040334. OLE color: 13040334.

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

Color convert

RGB206250198-
CMYK0.1800.210.02
HSL110.77º83.87%87.84%-
HSV(B)110.77º20.8%98.04%-
XYZ69.8385.5766.26-
YUV230.92109.42110.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=31.50%
G=38.23%
B=30.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501980.1800.210.02110.7783.8787.84
HexCEFAC61201526f5458
Octal316372306220252157124130
Binary1100111011111010110001101001001010110110111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAC6; }

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

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

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

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

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

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

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

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