#C1DDA6

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

Shades of Pixie Green #C1DDA6

Tints of Pixie Green #C1DDA6

Color information

#C1DDA6 (or 0xC1DDA6) is unknown color: approx Pixie Green. HEX triplet: C1, DD and A6. RGB value is (193,221,166). Sum of RGB (Red+Green+Blue) = 193+221+166=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DDA6 is #3E2259. Grayscale: #CECECE. Windows color (decimal): -4072026 or 10935745. OLE color: 10935745.

HSL color Cylindrical-coordinate representation of color #C1DDA6: hue angle of 90.55º 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 #C1DDA6 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB193221166-
CMYK0.1300.250.13
HSL90.55º44.72%75.88%-
HSV(B)90.55º24.89%86.67%-
XYZ54.7365.845.89-
YUV206.36105.22118.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 166 (65.23% from 255) = 28.62%
R=33.28%
G=38.10%
B=28.62%

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
Decimal1932211660.1300.250.1390.5544.7275.88
HexC1DDA6D019D5b2d4c
Octal301335246150311513355114
Binary1100000111011101101001101101011001110110110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDA6; }

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

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

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

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

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

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

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

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