#C7DDA5

Color #C7DDA5 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C7DDA5

Tints of Pixie Green #C7DDA5

Color information

#C7DDA5 (or 0xC7DDA5) is unknown color: approx Pixie Green. HEX triplet: C7, DD and A5. RGB value is (199,221,165). Sum of RGB (Red+Green+Blue) = 199+221+165=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DDA5 is #38225A. Grayscale: #D0D0D0. Windows color (decimal): -3678811 or 10870215. OLE color: 10870215.

HSL color Cylindrical-coordinate representation of color #C7DDA5: hue angle of 83.57º 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 #C7DDA5 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB199221165-
CMYK0.1000.250.13
HSL83.57º45.16%75.69%-
HSV(B)83.57º25.34%86.67%-
XYZ56.266.5745.48-
YUV208.04103.71121.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=34.02%
G=37.78%
B=28.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992211650.1000.250.1383.5745.1675.69
HexC7DDA5A019D542d4c
Octal307335245120311512455114
Binary1100011111011101101001011010011001110110101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDA5; }

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

 H1.HeaderClassName
 {
   color: #C7DDA5;
 }
 .AnyTagClassName
 {
   color: #C7DDA5;
 }
</style>
background-color css

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

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

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

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

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

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