#C2DAAB

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

Shades of Pixie Green #C2DAAB

Tints of Pixie Green #C2DAAB

Color information

#C2DAAB (or 0xC2DAAB) is unknown color: approx Pixie Green. HEX triplet: C2, DA and AB. RGB value is (194,218,171). Sum of RGB (Red+Green+Blue) = 194+218+171=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAB is #3D2554. Grayscale: #CDCDCD. Windows color (decimal): -4007253 or 11262658. OLE color: 11262658.

HSL color Cylindrical-coordinate representation of color #C2DAAB: hue angle of 90.64º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DAAB is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB194218171-
CMYK0.1100.220.15
HSL90.64º38.84%76.27%-
HSV(B)90.64º21.56%85.49%-
XYZ54.6764.5548.11-
YUV205.47108.55119.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=33.28%
G=37.39%
B=29.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181710.1100.220.1590.6438.8476.27
HexC2DAABB016F5b274c
Octal302332253130261713347114
Binary1100001011011010101010111011010110111110110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAAB; }

 p { color: rgb(194,218,171); }

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

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

 a { background-color: rgb(194,218,171); }

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

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

 span { border-color: rgb(194,218,171); }

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