Html Css Color HEX #C2DAAA Pixie Green

📋 copy color: '#C2DAAA'

red 194 ◦ green 218 ◦ blue 170

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

Shades of Pixie Green #C2DAAA

Tints of Pixie Green #C2DAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.21%

R = 33.33%
G = 37.46%
B = 29.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#C2DAAA (or 0xC2DAAA) is known color: Pixie Green. HEX triplet: C2, DA and AA. RGB value is (194,218,170). Sum of RGB (Red+Green+Blue) = 194+218+170=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAA is #3D2555. Grayscale: #CDCDCD. Windows color (decimal): -4007254 or 11197122. OLE color: 11197122.

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

Color convert

RGB 194 218 170 -
CMYK 0.11 0 0.22 0.15
HSL 90º 0.39% 0.76% -
HSV(B) 90º 0.22% 0.85% -
XYZ 54.58 64.51 47.61 -
YUV 205.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 194 218 170 0.11 0 0.22 0.15 90 0.39 0.76
Hex C2 DA AA B 0 16 F 5A 27 4C
Octal 302 332 252 13 0 26 17 132 47 114
Binary 11000010 11011010 10101010 1011 0 10110 1111 1011010 100111 1001100

Color Harmonies of #C2DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAAA

Black with #C2DAAA

Text Example


Text Example

White with #C2DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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