#C6DDAF

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

Shades of Pixie Green #C6DDAF

Tints of Pixie Green #C6DDAF

Color information

#C6DDAF (or 0xC6DDAF) is unknown color: approx Pixie Green. HEX triplet: C6, DD and AF. RGB value is (198,221,175). Sum of RGB (Red+Green+Blue) = 198+221+175=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DDAF is #392250. Grayscale: #D1D1D1. Windows color (decimal): -3744337 or 11525574. OLE color: 11525574.

HSL color Cylindrical-coordinate representation of color #C6DDAF: hue angle of 90º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6DDAF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB198221175-
CMYK0.1000.210.13
HSL90º40.35%77.65%-
HSV(B)90º20.81%86.67%-
XYZ56.8866.8150.46-
YUV208.88108.88120.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=33.33%
G=37.21%
B=29.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982211750.1000.210.139040.3577.65
HexC6DDAFA015D5a284e
Octal306335257120251513250116
Binary1100011011011101101011111010010101110110110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDAF; }

 p { color: rgb(198,221,175); }

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

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

 a { background-color: rgb(198,221,175); }

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

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

 span { border-color: rgb(198,221,175); }

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