#C2DFA8

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

Shades of Pixie Green #C2DFA8

Tints of Pixie Green #C2DFA8

Color information

#C2DFA8 (or 0xC2DFA8) is unknown color: approx Pixie Green. HEX triplet: C2, DF and A8. RGB value is (194,223,168). Sum of RGB (Red+Green+Blue) = 194+223+168=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DFA8 is #3D2057. Grayscale: #D0D0D0. Windows color (decimal): -4005976 or 11067330. OLE color: 11067330.

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

Color convert

RGB194223168-
CMYK0.1300.250.13
HSL91.64º46.22%76.67%-
HSV(B)91.64º24.66%87.45%-
XYZ55.767.0747.06-
YUV208.06105.39117.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 168 (66.02% from 255) = 28.72%
R=33.16%
G=38.12%
B=28.72%

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
Decimal1942231680.1300.250.1391.6446.2276.67
HexC2DFA8D019D5c2e4d
Octal302337250150311513456115
Binary1100001011011111101010001101011001110110111001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFA8; }

 p { color: rgb(194,223,168); }

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

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

 a { background-color: rgb(194,223,168); }

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

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

 span { border-color: rgb(194,223,168); }

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