#C1DAAC

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

Shades of Pixie Green #C1DAAC

Tints of Pixie Green #C1DAAC

Color information

#C1DAAC (or 0xC1DAAC) is unknown color: approx Pixie Green. HEX triplet: C1, DA and AC. RGB value is (193,218,172). Sum of RGB (Red+Green+Blue) = 193+218+172=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAAC is #3E2553. Grayscale: #CDCDCD. Windows color (decimal): -4072788 or 11328193. OLE color: 11328193.

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

Color convert

RGB193218172-
CMYK0.1100.210.15
HSL92.61º38.33%76.47%-
HSV(B)92.61º21.1%85.49%-
XYZ54.5164.4648.6-
YUV205.28109.22119.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=33.10%
G=37.39%
B=29.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181720.1100.210.1592.6138.3376.47
HexC1DAACB015F5d264c
Octal301332254130251713546114
Binary1100000111011010101011001011010101111110111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAAC; }

 p { color: rgb(193,218,172); }

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

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

 a { background-color: rgb(193,218,172); }

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

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

 span { border-color: rgb(193,218,172); }

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