Html Css Color HEX #C2DDAC Pixie Green

📋 copy color: '#C2DDAC'

red 194 ◦ green 221 ◦ blue 172

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

Shades of Pixie Green #C2DDAC

Tints of Pixie Green #C2DDAC

RGB

 RED value IS 194 (76.17% from 255) = 33.05%

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 172 (67.58% from 255) = 29.3%

R = 33.05%
G = 37.65%
B = 29.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#C2DDAC (or 0xC2DDAC) is known color: Pixie Green. HEX triplet: C2, DD and AC. RGB value is (194,221,172). Sum of RGB (Red+Green+Blue) = 194+221+172=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAC is #3D2253. Grayscale: #CFCFCF. Windows color (decimal): -4006484 or 11328962. OLE color: 11328962.

HSL color Cylindrical-coordinate representation of color #C2DDAC: hue angle of 93.06º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DDAC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 172 -
CMYK 0.12 0 0.22 0.13
HSL 93.06º 0.42% 0.77% -
HSV(B) 93.06º 0.22% 0.87% -
XYZ 55.55 66.16 48.87 -
YUV 207.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 194 221 172 0.12 0 0.22 0.13 93.06 0.42 0.77
Hex C2 DD AC C 0 16 D 5D 2A 4D
Octal 302 335 254 14 0 26 15 135 52 115
Binary 11000010 11011101 10101100 1100 0 10110 1101 1011101 101010 1001101

Color Harmonies of #C2DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDAC

Black with #C2DDAC

Text Example


Text Example

White with #C2DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDAC; }

 p { color: rgb(194,221,172); }

 H1.HeaderClassName
 {
   color: #C2DDAC;
 }
 .AnyTagClassName
 {
   color: #C2DDAC;
 }
</style>

background-color css

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

 a { background-color: rgb(194,221,172); }

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

border-color css

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

 span { border-color: rgb(194,221,172); }

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