Html Css Color HEX #C2DAA6 Pixie Green

📋 copy color: '#C2DAA6'

red 194 ◦ green 218 ◦ blue 166

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

Shades of Pixie Green #C2DAA6

Tints of Pixie Green #C2DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

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

R = 33.56%
G = 37.72%
B = 28.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#C2DAA6 (or 0xC2DAA6) is known color: Pixie Green. HEX triplet: C2, DA and A6. RGB value is (194,218,166). Sum of RGB (Red+Green+Blue) = 194+218+166=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAA6 is #3D2559. Grayscale: #CDCDCD. Windows color (decimal): -4007258 or 10934978. OLE color: 10934978.

HSL color Cylindrical-coordinate representation of color #C2DAA6: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DAA6 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 166 -
CMYK 0.11 0 0.24 0.15
HSL 87.69º 0.41% 0.75% -
HSV(B) 87.69º 0.24% 0.85% -
XYZ 54.2 64.37 45.64 -
YUV 204.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 194 218 166 0.11 0 0.24 0.15 87.69 0.41 0.75
Hex C2 DA A6 B 0 18 F 58 29 4B
Octal 302 332 246 13 0 30 17 130 51 113
Binary 11000010 11011010 10100110 1011 0 11000 1111 1011000 101001 1001011

Color Harmonies of #C2DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAA6

Black with #C2DAA6

Text Example


Text Example

White with #C2DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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