#CDEAC9

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

Shades of Snowy Mint #CDEAC9

Tints of Snowy Mint #CDEAC9

Color information

#CDEAC9 (or 0xCDEAC9) is unknown color: approx Snowy Mint. HEX triplet: CD, EA and C9. RGB value is (205,234,201). Sum of RGB (Red+Green+Blue) = 205+234+201=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC9 is #321536. Grayscale: #DDDDDD. Windows color (decimal): -3282231 or 13232845. OLE color: 13232845.

HSL color Cylindrical-coordinate representation of color #CDEAC9: hue angle of 112.73º degrees, saturation: 0.44, 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 #CDEAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB205234201-
CMYK0.1200.140.08
HSL112.73º44%85.29%-
HSV(B)112.73º14.1%91.76%-
XYZ65.1476.0466.5-
YUV221.57116.39116.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=32.03%
G=36.56%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342010.1200.140.08112.734485.29
HexCDEAC9C0E8712c55
Octal315352311140161016154125
Binary110011011110101011001001110001110100011100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAC9; }

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

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

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

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

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

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

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

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