#C3DCAE

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

Shades of Pixie Green #C3DCAE

Tints of Pixie Green #C3DCAE

Color information

#C3DCAE (or 0xC3DCAE) is unknown color: approx Pixie Green. HEX triplet: C3, DC and AE. RGB value is (195,220,174). Sum of RGB (Red+Green+Blue) = 195+220+174=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCAE is #3C2351. Grayscale: #CFCFCF. Windows color (decimal): -3941202 or 11459779. OLE color: 11459779.

HSL color Cylindrical-coordinate representation of color #C3DCAE: hue angle of 92.61º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3DCAE is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB195220174-
CMYK0.1100.210.14
HSL92.61º39.66%77.25%-
HSV(B)92.61º20.91%86.27%-
XYZ55.7465.8449.82-
YUV207.28109.22119.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=33.11%
G=37.35%
B=29.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952201740.1100.210.1492.6139.6677.25
HexC3DCAEB015E5d284d
Octal303334256130251613550115
Binary1100001111011100101011101011010101111010111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCAE; }

 p { color: rgb(195,220,174); }

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

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

 a { background-color: rgb(195,220,174); }

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

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

 span { border-color: rgb(195,220,174); }

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