#C7DFAF

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

Shades of Pixie Green #C7DFAF

Tints of Pixie Green #C7DFAF

Color information

#C7DFAF (or 0xC7DFAF) is unknown color: approx Pixie Green. HEX triplet: C7, DF and AF. RGB value is (199,223,175). Sum of RGB (Red+Green+Blue) = 199+223+175=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DFAF is #382050. Grayscale: #D2D2D2. Windows color (decimal): -3678289 or 11526087. OLE color: 11526087.

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

Color convert

RGB199223175-
CMYK0.1100.220.13
HSL90º42.86%78.04%-
HSV(B)90º21.52%87.45%-
XYZ57.6868.0150.65-
YUV210.35108.05119.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=33.33%
G=37.35%
B=29.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992231750.1100.220.139042.8678.04
HexC7DFAFB016D5a2b4e
Octal307337257130261513253116
Binary1100011111011111101011111011010110110110110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFAF; }

 p { color: rgb(199,223,175); }

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

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

 a { background-color: rgb(199,223,175); }

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

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

 span { border-color: rgb(199,223,175); }

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