#C3DAAF

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

Shades of Pixie Green #C3DAAF

Tints of Pixie Green #C3DAAF

Color information

#C3DAAF (or 0xC3DAAF) is unknown color: approx Pixie Green. HEX triplet: C3, DA and AF. RGB value is (195,218,175). Sum of RGB (Red+Green+Blue) = 195+218+175=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DAAF is #3C2550. Grayscale: #CECECE. Windows color (decimal): -3941713 or 11524803. OLE color: 11524803.

HSL color Cylindrical-coordinate representation of color #C3DAAF: hue angle of 92.09º 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 #C3DAAF is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB195218175-
CMYK0.1100.200.15
HSL92.09º36.75%77.06%-
HSV(B)92.09º19.72%85.49%-
XYZ55.3164.8450.16-
YUV206.22110.38120-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=33.16%
G=37.07%
B=29.76%

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
Decimal1952181750.1100.200.1592.0936.7577.06
HexC3DAAFB014F5c254d
Octal303332257130241713445115
Binary1100001111011010101011111011010100111110111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAAF; }

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

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

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

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

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

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

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

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