#CEFCC5

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

Shades of Snowy Mint #CEFCC5

Tints of Snowy Mint #CEFCC5

Color information

#CEFCC5 (or 0xCEFCC5) is unknown color: approx Snowy Mint. HEX triplet: CE, FC and C5. RGB value is (206,252,197). Sum of RGB (Red+Green+Blue) = 206+252+197=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCC5 is #31033A. Grayscale: #E8E8E8. Windows color (decimal): -3212091 or 12975310. OLE color: 12975310.

HSL color Cylindrical-coordinate representation of color #CEFCC5: hue angle of 110.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEFCC5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB206252197-
CMYK0.1800.220.01
HSL110.18º90.16%88.04%-
HSV(B)110.18º21.83%98.82%-
XYZ70.3486.7765.86-
YUV231.98108.26109.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=31.45%
G=38.47%
B=30.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521970.1800.220.01110.1890.1688.04
HexCEFCC51201616e5a58
Octal316374305220261156132130
Binary110011101111110011000101100100101101110111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCC5; }

 p { color: rgb(206,252,197); }

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

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

 a { background-color: rgb(206,252,197); }

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

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

 span { border-color: rgb(206,252,197); }

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