#CFEAC9

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

Shades of Snowy Mint #CFEAC9

Tints of Snowy Mint #CFEAC9

Color information

#CFEAC9 (or 0xCFEAC9) is unknown color: approx Snowy Mint. HEX triplet: CF, EA and C9. RGB value is (207,234,201). Sum of RGB (Red+Green+Blue) = 207+234+201=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC9 is #301536. Grayscale: #DEDEDE. Windows color (decimal): -3151159 or 13232847. OLE color: 13232847.

HSL color Cylindrical-coordinate representation of color #CFEAC9: hue angle of 109.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB207234201-
CMYK0.1200.140.08
HSL109.09º44%85.29%-
HSV(B)109.09º14.1%91.76%-
XYZ65.776.3366.53-
YUV222.17116.05117.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 201 (78.91% from 255) = 31.31%
R=32.24%
G=36.45%
B=31.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072342010.1200.140.08109.094485.29
HexCFEAC9C0E86d2c55
Octal317352311140161015554125
Binary110011111110101011001001110001110100011011011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAC9; }

 p { color: rgb(207,234,201); }

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

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

 a { background-color: rgb(207,234,201); }

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

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

 span { border-color: rgb(207,234,201); }

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