#CFEDC8

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

Shades of Snowy Mint #CFEDC8

Tints of Snowy Mint #CFEDC8

Color information

#CFEDC8 (or 0xCFEDC8) is unknown color: approx Snowy Mint. HEX triplet: CF, ED and C8. RGB value is (207,237,200). Sum of RGB (Red+Green+Blue) = 207+237+200=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC8 is #301237. Grayscale: #DFDFDF. Windows color (decimal): -3150392 or 13168079. OLE color: 13168079.

HSL color Cylindrical-coordinate representation of color #CFEDC8: hue angle of 108.65º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB207237200-
CMYK0.1300.160.07
HSL108.65º50.68%85.69%-
HSV(B)108.65º15.61%92.94%-
XYZ66.447866.2-
YUV223.81114.56116.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=32.14%
G=36.80%
B=31.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072372000.1300.160.07108.6550.6885.69
HexCFEDC8D01076d3356
Octal31735531015020715563126
Binary110011111110110111001000110101000011111011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDC8; }

 p { color: rgb(207,237,200); }

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

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

 a { background-color: rgb(207,237,200); }

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

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

 span { border-color: rgb(207,237,200); }

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