Html Css Color HEX #C2DBAA Pixie Green

📋 copy color: '#C2DBAA'

red 194 ◦ green 219 ◦ blue 170

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

Shades of Pixie Green #C2DBAA

Tints of Pixie Green #C2DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 33.28%
G = 37.56%
B = 29.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAA (or 0xC2DBAA) is known color: Pixie Green. HEX triplet: C2, DB and AA. RGB value is (194,219,170). Sum of RGB (Red+Green+Blue) = 194+219+170=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAA is #3D2455. Grayscale: #CECECE. Windows color (decimal): -4006998 or 11197378. OLE color: 11197378.

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

Color convert

RGB 194 219 170 -
CMYK 0.11 0 0.22 0.14
HSL 90.61º 0.4% 0.76% -
HSV(B) 90.61º 0.22% 0.86% -
XYZ 54.84 65.03 47.69 -
YUV 205.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 194 219 170 0.11 0 0.22 0.14 90.61 0.4 0.76
Hex C2 DB AA B 0 16 E 5B 28 4C
Octal 302 333 252 13 0 26 16 133 50 114
Binary 11000010 11011011 10101010 1011 0 10110 1110 1011011 101000 1001100

Color Harmonies of #C2DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAA

Black with #C2DBAA

Text Example


Text Example

White with #C2DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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