#CDE5C8

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

Shades of Snowy Mint #CDE5C8

Tints of Snowy Mint #CDE5C8

Color information

#CDE5C8 (or 0xCDE5C8) is unknown color: approx Snowy Mint. HEX triplet: CD, E5 and C8. RGB value is (205,229,200). Sum of RGB (Red+Green+Blue) = 205+229+200=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5C8 is #321A37. Grayscale: #DADADA. Windows color (decimal): -3283512 or 13166029. OLE color: 13166029.

HSL color Cylindrical-coordinate representation of color #CDE5C8: hue angle of 109.66º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE5C8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB205229200-
CMYK0.1000.130.10
HSL109.66º35.8%84.12%-
HSV(B)109.66º12.66%89.8%-
XYZ63.6273.1965.42-
YUV218.52117.55118.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 200 (78.52% from 255) = 31.55%
R=32.33%
G=36.12%
B=31.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292000.1000.130.10109.6635.884.12
HexCDE5C8A0DA6e2454
Octal315345310120151215644124
Binary110011011110010111001000101001101101011011101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5C8; }

 p { color: rgb(205,229,200); }

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

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

 a { background-color: rgb(205,229,200); }

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

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

 span { border-color: rgb(205,229,200); }

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