#C6ABCC

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

Shades of Prelude #C6ABCC

Tints of Prelude #C6ABCC

Color information

#C6ABCC (or 0xC6ABCC) is unknown color: approx Prelude. HEX triplet: C6, AB and CC. RGB value is (198,171,204). Sum of RGB (Red+Green+Blue) = 198+171+204=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCC is #395433. Grayscale: #B6B6B6. Windows color (decimal): -3757108 or 13413318. OLE color: 13413318.

HSL color Cylindrical-coordinate representation of color #C6ABCC: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ABCC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198171204-
CMYK0.030.1600.2
HSL289.09º24.44%73.53%-
HSV(B)289.09º16.18%80%-
XYZ48.7545.4963.34-
YUV182.84139.95138.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=34.55%
G=29.84%
B=35.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981712040.030.1600.2289.0924.4473.53
HexC6ABCC310014121184a
Octal30625331432002444130112
Binary1100011010101011110011001110000010100100100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABCC; }

 p { color: rgb(198,171,204); }

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

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

 a { background-color: rgb(198,171,204); }

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

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

 span { border-color: rgb(198,171,204); }

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