#C2DCAD

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

Shades of Pixie Green #C2DCAD

Tints of Pixie Green #C2DCAD

Color information

#C2DCAD (or 0xC2DCAD) is unknown color: approx Pixie Green. HEX triplet: C2, DC and AD. RGB value is (194,220,173). Sum of RGB (Red+Green+Blue) = 194+220+173=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAD is #3D2352. Grayscale: #CFCFCF. Windows color (decimal): -4006739 or 11394242. OLE color: 11394242.

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

Color convert

RGB194220173-
CMYK0.1200.210.14
HSL93.19º40.17%77.06%-
HSV(B)93.19º21.36%86.27%-
XYZ55.3865.6749.29-
YUV206.87108.89118.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=33.05%
G=37.48%
B=29.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201730.1200.210.1493.1940.1777.06
HexC2DCADC015E5d284d
Octal302334255140251613550115
Binary1100001011011100101011011100010101111010111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCAD; }

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

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

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

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

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

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

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

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