#CDFEC7

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

Shades of Snowy Mint #CDFEC7

Tints of Snowy Mint #CDFEC7

Color information

#CDFEC7 (or 0xCDFEC7) is unknown color: approx Snowy Mint. HEX triplet: CD, FE and C7. RGB value is (205,254,199). Sum of RGB (Red+Green+Blue) = 205+254+199=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEC7 is #320138. Grayscale: #E9E9E9. Windows color (decimal): -3277113 or 13106893. OLE color: 13106893.

HSL color Cylindrical-coordinate representation of color #CDFEC7: hue angle of 113.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDFEC7 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB205254199-
CMYK0.1900.220.00
HSL113.45º96.49%88.82%-
HSV(B)113.45º21.65%99.61%-
XYZ70.9387.9967.28-
YUV233.08108.77107.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 199 (78.12% from 255) = 30.24%
R=31.16%
G=38.60%
B=30.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541990.1900.220.00113.4596.4988.82
HexCDFEC7130160716059
Octal315376307230260161140131
Binary110011011111111011000111100110101100111000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEC7; }

 p { color: rgb(205,254,199); }

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

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

 a { background-color: rgb(205,254,199); }

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

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

 span { border-color: rgb(205,254,199); }

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