#CDEBC9

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

Shades of Snowy Mint #CDEBC9

Tints of Snowy Mint #CDEBC9

Color information

#CDEBC9 (or 0xCDEBC9) is unknown color: approx Snowy Mint. HEX triplet: CD, EB and C9. RGB value is (205,235,201). Sum of RGB (Red+Green+Blue) = 205+235+201=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC9 is #321436. Grayscale: #DEDEDE. Windows color (decimal): -3281975 or 13233101. OLE color: 13233101.

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

Color convert

RGB205235201-
CMYK0.1300.140.08
HSL112.94º45.95%85.49%-
HSV(B)112.94º14.47%92.16%-
XYZ65.4376.6166.6-
YUV222.15116.06115.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=31.98%
G=36.66%
B=31.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352010.1300.140.08112.9445.9585.49
HexCDEBC9D0E8712e55
Octal315353311150161016156125
Binary110011011110101111001001110101110100011100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBC9; }

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

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

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

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

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

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

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

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