#C7DBA4

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

Shades of Pixie Green #C7DBA4

Tints of Pixie Green #C7DBA4

Color information

#C7DBA4 (or 0xC7DBA4) is unknown color: approx Pixie Green. HEX triplet: C7, DB and A4. RGB value is (199,219,164). Sum of RGB (Red+Green+Blue) = 199+219+164=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBA4 is #38245B. Grayscale: #CECECE. Windows color (decimal): -3679324 or 10804167. OLE color: 10804167.

HSL color Cylindrical-coordinate representation of color #C7DBA4: hue angle of 81.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7DBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB199219164-
CMYK0.0900.250.14
HSL81.82º43.31%75.1%-
HSV(B)81.82º25.11%85.88%-
XYZ55.5965.4944.83-
YUV206.75103.87122.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 164 (64.45% from 255) = 28.18%
R=34.19%
G=37.63%
B=28.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191640.0900.250.1481.8243.3175.1
HexC7DBA49019E522b4b
Octal307333244110311612253113
Binary1100011111011011101001001001011001111010100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBA4; }

 p { color: rgb(199,219,164); }

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

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

 a { background-color: rgb(199,219,164); }

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

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

 span { border-color: rgb(199,219,164); }

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