#C1DDA5

Color #C1DDA5 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C1DDA5

Tints of Pixie Green #C1DDA5

Color information

#C1DDA5 (or 0xC1DDA5) is unknown color: approx Pixie Green. HEX triplet: C1, DD and A5. RGB value is (193,221,165). Sum of RGB (Red+Green+Blue) = 193+221+165=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DDA5 is #3E225A. Grayscale: #CECECE. Windows color (decimal): -4072027 or 10870209. OLE color: 10870209.

HSL color Cylindrical-coordinate representation of color #C1DDA5: hue angle of 90º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1DDA5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB193221165-
CMYK0.1300.250.13
HSL90º45.16%75.69%-
HSV(B)90º25.34%86.67%-
XYZ54.6465.7745.41-
YUV206.24104.72118.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=33.33%
G=38.17%
B=28.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211650.1300.250.139045.1675.69
HexC1DDA5D019D5a2d4c
Octal301335245150311513255114
Binary1100000111011101101001011101011001110110110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDA5; }

 p { color: rgb(193,221,165); }

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

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

 a { background-color: rgb(193,221,165); }

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

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

 span { border-color: rgb(193,221,165); }

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