#C7DAAF

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

Shades of Pixie Green #C7DAAF

Tints of Pixie Green #C7DAAF

Color information

#C7DAAF (or 0xC7DAAF) is unknown color: approx Pixie Green. HEX triplet: C7, DA and AF. RGB value is (199,218,175). Sum of RGB (Red+Green+Blue) = 199+218+175=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DAAF is #382550. Grayscale: #CFCFCF. Windows color (decimal): -3679569 or 11524807. OLE color: 11524807.

HSL color Cylindrical-coordinate representation of color #C7DAAF: hue angle of 86.51º 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 #C7DAAF is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB199218175-
CMYK0.0900.200.15
HSL86.51º36.75%77.06%-
HSV(B)86.51º19.72%85.49%-
XYZ56.3665.3850.21-
YUV207.42109.71122-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.61%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=33.61%
G=36.82%
B=29.56%

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
Decimal1992181750.0900.200.1586.5136.7577.06
HexC7DAAF9014F57254d
Octal307332257110241712745115
Binary1100011111011010101011111001010100111110101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAAF; }

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

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

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

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

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

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

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

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