#CDEDC9

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

Shades of Snowy Mint #CDEDC9

Tints of Snowy Mint #CDEDC9

Color information

#CDEDC9 (or 0xCDEDC9) is unknown color: approx Snowy Mint. HEX triplet: CD, ED and C9. RGB value is (205,237,201). Sum of RGB (Red+Green+Blue) = 205+237+201=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC9 is #321236. Grayscale: #DFDFDF. Windows color (decimal): -3281463 or 13233613. OLE color: 13233613.

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

Color convert

RGB205237201-
CMYK0.1400.150.07
HSL113.33º50%85.88%-
HSV(B)113.33º15.19%92.94%-
XYZ6677.7666.79-
YUV223.33115.4114.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 201 (78.91% from 255) = 31.26%
R=31.88%
G=36.86%
B=31.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372010.1400.150.07113.335085.88
HexCDEDC9E0F7713256
Octal31535531116017716162126
Binary11001101111011011100100111100111111111100011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDC9; }

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

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

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

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

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

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

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

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