#CDEEC6

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

Shades of Snowy Mint #CDEEC6

Tints of Snowy Mint #CDEEC6

Color information

#CDEEC6 (or 0xCDEEC6) is unknown color: approx Snowy Mint. HEX triplet: CD, EE and C6. RGB value is (205,238,198). Sum of RGB (Red+Green+Blue) = 205+238+198=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC6 is #321139. Grayscale: #DFDFDF. Windows color (decimal): -3281210 or 13037261. OLE color: 13037261.

HSL color Cylindrical-coordinate representation of color #CDEEC6: hue angle of 109.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEEC6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB205238198-
CMYK0.1400.170.07
HSL109.5º54.05%85.49%-
HSV(B)109.5º16.81%93.33%-
XYZ65.9478.2165.05-
YUV223.57113.57114.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=31.98%
G=37.13%
B=30.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381980.1400.170.07109.554.0585.49
HexCDEEC6E01176d3655
Octal31535630616021715566125
Binary110011011110111011000110111001000111111011011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEC6; }

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

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

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

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

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

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

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

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