#CDE6C8

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

Shades of Snowy Mint #CDE6C8

Tints of Snowy Mint #CDE6C8

Color information

#CDE6C8 (or 0xCDE6C8) is unknown color: approx Snowy Mint. HEX triplet: CD, E6 and C8. RGB value is (205,230,200). Sum of RGB (Red+Green+Blue) = 205+230+200=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6C8 is #321937. Grayscale: #DBDBDB. Windows color (decimal): -3283256 or 13166285. OLE color: 13166285.

HSL color Cylindrical-coordinate representation of color #CDE6C8: hue angle of 110º degrees, saturation: 0.38, 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 #CDE6C8 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB205230200-
CMYK0.1100.130.10
HSL110º37.5%84.31%-
HSV(B)110º13.04%90.2%-
XYZ63.973.7465.51-
YUV219.1117.22117.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=32.28%
G=36.22%
B=31.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052302000.1100.130.1011037.584.31
HexCDE6C8B0DA6e2654
Octal315346310130151215646124
Binary110011011110011011001000101101101101011011101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6C8; }

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

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

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

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

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

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

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

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