Html Css Color HEX #C2DDA6 Pixie Green

📋 copy color: '#C2DDA6'

red 194 ◦ green 221 ◦ blue 166

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

Shades of Pixie Green #C2DDA6

Tints of Pixie Green #C2DDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.57%

R = 33.39%
G = 38.04%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#C2DDA6 (or 0xC2DDA6) is known color: Pixie Green. HEX triplet: C2, DD and A6. RGB value is (194,221,166). Sum of RGB (Red+Green+Blue) = 194+221+166=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDA6 is #3D2259. Grayscale: #CECECE. Windows color (decimal): -4006490 or 10935746. OLE color: 10935746.

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

Color convert

RGB 194 221 166 -
CMYK 0.12 0 0.25 0.13
HSL 89.45º 0.45% 0.76% -
HSV(B) 89.45º 0.25% 0.87% -
XYZ 54.99 65.94 45.91 -
YUV 206.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 194 221 166 0.12 0 0.25 0.13 89.45 0.45 0.76
Hex C2 DD A6 C 0 19 D 59 2D 4C
Octal 302 335 246 14 0 31 15 131 55 114
Binary 11000010 11011101 10100110 1100 0 11001 1101 1011001 101101 1001100

Color Harmonies of #C2DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDA6

Black with #C2DDA6

Text Example


Text Example

White with #C2DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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