#C3DCAD

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

Shades of Pixie Green #C3DCAD

Tints of Pixie Green #C3DCAD

Color information

#C3DCAD (or 0xC3DCAD) is unknown color: approx Pixie Green. HEX triplet: C3, DC and AD. RGB value is (195,220,173). Sum of RGB (Red+Green+Blue) = 195+220+173=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCAD is #3C2352. Grayscale: #CFCFCF. Windows color (decimal): -3941203 or 11394243. OLE color: 11394243.

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

Color convert

RGB195220173-
CMYK0.1100.210.14
HSL91.91º40.17%77.06%-
HSV(B)91.91º21.36%86.27%-
XYZ55.6465.8149.3-
YUV207.17108.72119.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=33.16%
G=37.41%
B=29.42%

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
Decimal1952201730.1100.210.1491.9140.1777.06
HexC3DCADB015E5c284d
Octal303334255130251613450115
Binary1100001111011100101011011011010101111010111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCAD; }

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

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

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

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

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

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

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

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