#C2DBAF

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

Shades of Pixie Green #C2DBAF

Tints of Pixie Green #C2DBAF

Color information

#C2DBAF (or 0xC2DBAF) is unknown color: approx Pixie Green. HEX triplet: C2, DB and AF. RGB value is (194,219,175). Sum of RGB (Red+Green+Blue) = 194+219+175=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAF is #3D2450. Grayscale: #CECECE. Windows color (decimal): -4006993 or 11525058. OLE color: 11525058.

HSL color Cylindrical-coordinate representation of color #C2DBAF: hue angle of 94.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DBAF is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB194219175-
CMYK0.1100.200.14
HSL94.09º37.93%77.25%-
HSV(B)94.09º20.09%85.88%-
XYZ55.3265.2350.23-
YUV206.51110.22119.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=32.99%
G=37.24%
B=29.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191750.1100.200.1494.0937.9377.25
HexC2DBAFB014E5e264d
Octal302333257130241613646115
Binary1100001011011011101011111011010100111010111101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBAF; }

 p { color: rgb(194,219,175); }

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

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

 a { background-color: rgb(194,219,175); }

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

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

 span { border-color: rgb(194,219,175); }

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