#CDEFC5

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

Shades of Snowy Mint #CDEFC5

Tints of Snowy Mint #CDEFC5

Color information

#CDEFC5 (or 0xCDEFC5) is unknown color: approx Snowy Mint. HEX triplet: CD, EF and C5. RGB value is (205,239,197). Sum of RGB (Red+Green+Blue) = 205+239+197=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC5 is #32103A. Grayscale: #E0E0E0. Windows color (decimal): -3280955 or 12971981. OLE color: 12971981.

HSL color Cylindrical-coordinate representation of color #CDEFC5: hue angle of 108.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB205239197-
CMYK0.1400.180.06
HSL108.57º56.76%85.49%-
HSV(B)108.57º17.57%93.73%-
XYZ66.1278.7464.54-
YUV224.05112.74114.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=31.98%
G=37.29%
B=30.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391970.1400.180.06108.5756.7685.49
HexCDEFC5E01266d3955
Octal31535730516022615571125
Binary110011011110111111000101111001001011011011011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFC5; }

 p { color: rgb(205,239,197); }

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

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

 a { background-color: rgb(205,239,197); }

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

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

 span { border-color: rgb(205,239,197); }

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