Html Css Color HEX #C3DDA5 Pixie Green

📋 copy color: '#C3DDA5'

red 195 ◦ green 221 ◦ blue 165

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

Shades of Pixie Green #C3DDA5

Tints of Pixie Green #C3DDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 165 (64.84% from 255) = 28.4%

R = 33.56%
G = 38.04%
B = 28.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#C3DDA5 (or 0xC3DDA5) is known color: Pixie Green. HEX triplet: C3, DD and A5. RGB value is (195,221,165). Sum of RGB (Red+Green+Blue) = 195+221+165=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DDA5 is #3C225A. Grayscale: #CFCFCF. Windows color (decimal): -3940955 or 10870211. OLE color: 10870211.

HSL color Cylindrical-coordinate representation of color #C3DDA5: hue angle of 87.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3DDA5 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 165 -
CMYK 0.12 0 0.25 0.13
HSL 87.86º 0.45% 0.76% -
HSV(B) 87.86º 0.25% 0.87% -
XYZ 55.15 66.03 45.44 -
YUV 206.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 195 221 165 0.12 0 0.25 0.13 87.86 0.45 0.76
Hex C3 DD A5 C 0 19 D 58 2D 4C
Octal 303 335 245 14 0 31 15 130 55 114
Binary 11000011 11011101 10100101 1100 0 11001 1101 1011000 101101 1001100

Color Harmonies of #C3DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDA5

Black with #C3DDA5

Text Example


Text Example

White with #C3DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDA5; }

 p { color: rgb(195,221,165); }

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

background-color css

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

 a { background-color: rgb(195,221,165); }

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

border-color css

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

 span { border-color: rgb(195,221,165); }

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