#CEF1C5

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

Shades of Snowy Mint #CEF1C5

Tints of Snowy Mint #CEF1C5

Color information

#CEF1C5 (or 0xCEF1C5) is unknown color: approx Snowy Mint. HEX triplet: CE, F1 and C5. RGB value is (206,241,197). Sum of RGB (Red+Green+Blue) = 206+241+197=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1C5 is #310E3A. Grayscale: #E1E1E1. Windows color (decimal): -3214907 or 12972494. OLE color: 12972494.

HSL color Cylindrical-coordinate representation of color #CEF1C5: hue angle of 107.73º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF1C5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB206241197-
CMYK0.1500.180.05
HSL107.73º61.11%85.88%-
HSV(B)107.73º18.26%94.51%-
XYZ66.9980.0664.75-
YUV225.52111.9114.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 197 (77.34% from 255) = 30.59%
R=31.99%
G=37.42%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411970.1500.180.05107.7361.1185.88
HexCEF1C5F01256c3d56
Octal31636130517022515475126
Binary110011101111000111000101111101001010111011001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1C5; }

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

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

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

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

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

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

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

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