Html Css Color HEX #C2DBA6 Pixie Green

📋 copy color: '#C2DBA6'

red 194 ◦ green 219 ◦ blue 166

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

Shades of Pixie Green #C2DBA6

Tints of Pixie Green #C2DBA6

RGB

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

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

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

R = 33.51%
G = 37.82%
B = 28.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#C2DBA6 (or 0xC2DBA6) is known color: Pixie Green. HEX triplet: C2, DB and A6. RGB value is (194,219,166). Sum of RGB (Red+Green+Blue) = 194+219+166=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBA6 is #3D2459. Grayscale: #CDCDCD. Windows color (decimal): -4007002 or 10935234. OLE color: 10935234.

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

Color convert

RGB 194 219 166 -
CMYK 0.11 0 0.24 0.14
HSL 88.3º 0.42% 0.75% -
HSV(B) 88.3º 0.24% 0.86% -
XYZ 54.46 64.89 45.73 -
YUV 205.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 194 219 166 0.11 0 0.24 0.14 88.3 0.42 0.75
Hex C2 DB A6 B 0 18 E 58 2A 4B
Octal 302 333 246 13 0 30 16 130 52 113
Binary 11000010 11011011 10100110 1011 0 11000 1110 1011000 101010 1001011

Color Harmonies of #C2DBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBA6

Black with #C2DBA6

Text Example


Text Example

White with #C2DBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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