#C6DAAF

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

Shades of Pixie Green #C6DAAF

Tints of Pixie Green #C6DAAF

Color information

#C6DAAF (or 0xC6DAAF) is unknown color: approx Pixie Green. HEX triplet: C6, DA and AF. RGB value is (198,218,175). Sum of RGB (Red+Green+Blue) = 198+218+175=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DAAF is #392550. Grayscale: #CFCFCF. Windows color (decimal): -3745105 or 11524806. OLE color: 11524806.

HSL color Cylindrical-coordinate representation of color #C6DAAF: hue angle of 87.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6DAAF is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB198218175-
CMYK0.0900.200.15
HSL87.91º36.75%77.06%-
HSV(B)87.91º19.72%85.49%-
XYZ56.165.2450.19-
YUV207.12109.87121.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=33.50%
G=36.89%
B=29.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982181750.0900.200.1587.9136.7577.06
HexC6DAAF9014F58254d
Octal306332257110241713045115
Binary1100011011011010101011111001010100111110110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DAAF; }

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

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

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

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

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

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

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

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