#C1DAAA

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

Shades of Pixie Green #C1DAAA

Tints of Pixie Green #C1DAAA

Color information

#C1DAAA (or 0xC1DAAA) is unknown color: approx Pixie Green. HEX triplet: C1, DA and AA. RGB value is (193,218,170). Sum of RGB (Red+Green+Blue) = 193+218+170=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAAA is #3E2555. Grayscale: #CDCDCD. Windows color (decimal): -4072790 or 11197121. OLE color: 11197121.

HSL color Cylindrical-coordinate representation of color #C1DAAA: hue angle of 91.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DAAA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB193218170-
CMYK0.1100.220.15
HSL91.25º39.34%76.08%-
HSV(B)91.25º22.02%85.49%-
XYZ54.3264.3847.59-
YUV205.05108.22119.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=33.22%
G=37.52%
B=29.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181700.1100.220.1591.2539.3476.08
HexC1DAAAB016F5b274c
Octal301332252130261713347114
Binary1100000111011010101010101011010110111110110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAAA; }

 p { color: rgb(193,218,170); }

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

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

 a { background-color: rgb(193,218,170); }

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

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

 span { border-color: rgb(193,218,170); }

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