#C7DBAD

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

Shades of Pixie Green #C7DBAD

Tints of Pixie Green #C7DBAD

Color information

#C7DBAD (or 0xC7DBAD) is unknown color: approx Pixie Green. HEX triplet: C7, DB and AD. RGB value is (199,219,173). Sum of RGB (Red+Green+Blue) = 199+219+173=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBAD is #382452. Grayscale: #CFCFCF. Windows color (decimal): -3679315 or 11393991. OLE color: 11393991.

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

Color convert

RGB199219173-
CMYK0.0900.210.14
HSL86.09º38.98%76.86%-
HSV(B)86.09º21%85.88%-
XYZ56.4365.8249.27-
YUV207.78108.37121.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=33.67%
G=37.06%
B=29.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191730.0900.210.1486.0938.9876.86
HexC7DBAD9015E56274d
Octal307333255110251612647115
Binary1100011111011011101011011001010101111010101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBAD; }

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

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

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

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

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

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

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

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