#CDEBC6

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

Shades of Snowy Mint #CDEBC6

Tints of Snowy Mint #CDEBC6

Color information

#CDEBC6 (or 0xCDEBC6) is unknown color: approx Snowy Mint. HEX triplet: CD, EB and C6. RGB value is (205,235,198). Sum of RGB (Red+Green+Blue) = 205+235+198=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC6 is #321439. Grayscale: #DDDDDD. Windows color (decimal): -3281978 or 13036493. OLE color: 13036493.

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

Color convert

RGB205235198-
CMYK0.1300.160.08
HSL108.65º48.05%84.9%-
HSV(B)108.65º15.74%92.16%-
XYZ65.0876.4764.76-
YUV221.81114.56116.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=32.13%
G=36.83%
B=31.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351980.1300.160.08108.6548.0584.9
HexCDEBC6D01086d3055
Octal315353306150201015560125
Binary1100110111101011110001101101010000100011011011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBC6; }

 p { color: rgb(205,235,198); }

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

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

 a { background-color: rgb(205,235,198); }

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

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

 span { border-color: rgb(205,235,198); }

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