#C1DAAE

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

Shades of Pixie Green #C1DAAE

Tints of Pixie Green #C1DAAE

Color information

#C1DAAE (or 0xC1DAAE) is unknown color: approx Pixie Green. HEX triplet: C1, DA and AE. RGB value is (193,218,174). Sum of RGB (Red+Green+Blue) = 193+218+174=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAAE is #3E2551. Grayscale: #CDCDCD. Windows color (decimal): -4072786 or 11459265. OLE color: 11459265.

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

Color convert

RGB193218174-
CMYK0.1100.200.15
HSL94.09º37.29%76.86%-
HSV(B)94.09º20.18%85.49%-
XYZ54.764.5449.62-
YUV205.51110.22119.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=32.99%
G=37.26%
B=29.74%

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
Decimal1932181740.1100.200.1594.0937.2976.86
HexC1DAAEB014F5e254d
Octal301332256130241713645115
Binary1100000111011010101011101011010100111110111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAAE; }

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

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

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

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

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

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

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

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