Html Css Color HEX #C3DBAA Pixie Green

📋 copy color: '#C3DBAA'

red 195 ◦ green 219 ◦ blue 170

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

Shades of Pixie Green #C3DBAA

Tints of Pixie Green #C3DBAA

RGB

 RED value IS 195 (76.56% from 255) = 33.39%

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

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

R = 33.39%
G = 37.5%
B = 29.11%

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

#C3DBAA (or 0xC3DBAA) is known color: Pixie Green. HEX triplet: C3, DB and AA. RGB value is (195,219,170). Sum of RGB (Red+Green+Blue) = 195+219+170=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DBAA is #3C2455. Grayscale: #CECECE. Windows color (decimal): -3941462 or 11197379. OLE color: 11197379.

HSL color Cylindrical-coordinate representation of color #C3DBAA: hue angle of 89.39º 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 #C3DBAA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 170 -
CMYK 0.11 0 0.22 0.14
HSL 89.39º 0.4% 0.76% -
HSV(B) 89.39º 0.22% 0.86% -
XYZ 55.09 65.17 47.71 -
YUV 206.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 195 219 170 0.11 0 0.22 0.14 89.39 0.4 0.76
Hex C3 DB AA B 0 16 E 59 28 4C
Octal 303 333 252 13 0 26 16 131 50 114
Binary 11000011 11011011 10101010 1011 0 10110 1110 1011001 101000 1001100

Color Harmonies of #C3DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBAA

Black with #C3DBAA

Text Example


Text Example

White with #C3DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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