Html Css Color HEX #C2DCAD Pixie Green

📋 copy color: '#C2DCAD'

red 194 ◦ green 220 ◦ blue 173

#C2DCAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C2DCAD

Tints of Pixie Green #C2DCAD

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 value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C2DCAD (or 0xC2DCAD) is known color: 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

RGB 194 220 173 -
CMYK 0.12 0 0.21 0.14
HSL 93.19º 0.4% 0.77% -
HSV(B) 93.19º 0.21% 0.86% -
XYZ 55.38 65.67 49.29 -
YUV 206.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 194 220 173 0.12 0 0.21 0.14 93.19 0.4 0.77
Hex C2 DC AD C 0 15 E 5D 28 4D
Octal 302 334 255 14 0 25 16 135 50 115
Binary 11000010 11011100 10101101 1100 0 10101 1110 1011101 101000 1001101

Color Harmonies of #C2DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCAD

Black with #C2DCAD

Text Example


Text Example

White with #C2DCAD

Text Example


Text Example

HTML Codes & Css Web 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>