#CDEDC7

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

Shades of Snowy Mint #CDEDC7

Tints of Snowy Mint #CDEDC7

Color information

#CDEDC7 (or 0xCDEDC7) is unknown color: approx Snowy Mint. HEX triplet: CD, ED and C7. RGB value is (205,237,199). Sum of RGB (Red+Green+Blue) = 205+237+199=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC7 is #321238. Grayscale: #DFDFDF. Windows color (decimal): -3281465 or 13102541. OLE color: 13102541.

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

Color convert

RGB205237199-
CMYK0.1400.160.07
HSL110.53º51.35%85.49%-
HSV(B)110.53º16.03%92.94%-
XYZ65.7777.6765.56-
YUV223.1114.4115.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 199 (78.12% from 255) = 31.05%
R=31.98%
G=36.97%
B=31.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371990.1400.160.07110.5351.3585.49
HexCDEDC7E01076f3355
Octal31535530716020715763125
Binary110011011110110111000111111001000011111011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDC7; }

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

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

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

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

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

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

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

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