#CDEFC7

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

Shades of Snowy Mint #CDEFC7

Tints of Snowy Mint #CDEFC7

Color information

#CDEFC7 (or 0xCDEFC7) is unknown color: approx Snowy Mint. HEX triplet: CD, EF and C7. RGB value is (205,239,199). Sum of RGB (Red+Green+Blue) = 205+239+199=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC7 is #321038. Grayscale: #E0E0E0. Windows color (decimal): -3280953 or 13103053. OLE color: 13103053.

HSL color Cylindrical-coordinate representation of color #CDEFC7: hue angle of 111º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEFC7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB205239199-
CMYK0.1400.170.06
HSL111º55.56%85.88%-
HSV(B)111º16.74%93.73%-
XYZ66.3578.8465.75-
YUV224.27113.74114.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=31.88%
G=37.17%
B=30.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391990.1400.170.0611155.5685.88
HexCDEFC7E01166f3856
Octal31535730716021615770126
Binary110011011110111111000111111001000111011011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFC7; }

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

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

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

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

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

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

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

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