#C2DAAF

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

Shades of Pixie Green #C2DAAF

Tints of Pixie Green #C2DAAF

Color information

#C2DAAF (or 0xC2DAAF) is unknown color: approx Pixie Green. HEX triplet: C2, DA and AF. RGB value is (194,218,175). Sum of RGB (Red+Green+Blue) = 194+218+175=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAF is #3D2550. Grayscale: #CECECE. Windows color (decimal): -4007249 or 11524802. OLE color: 11524802.

HSL color Cylindrical-coordinate representation of color #C2DAAF: hue angle of 93.49º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DAAF is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB194218175-
CMYK0.1100.200.15
HSL93.49º36.75%77.06%-
HSV(B)93.49º19.72%85.49%-
XYZ55.0664.7150.15-
YUV205.92110.55119.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=33.05%
G=37.14%
B=29.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181750.1100.200.1593.4936.7577.06
HexC2DAAFB014F5d254d
Octal302332257130241713545115
Binary1100001011011010101011111011010100111110111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAAF; }

 p { color: rgb(194,218,175); }

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

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

 a { background-color: rgb(194,218,175); }

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

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

 span { border-color: rgb(194,218,175); }

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