#C6ABCF

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

Shades of Prelude #C6ABCF

Tints of Prelude #C6ABCF

Color information

#C6ABCF (or 0xC6ABCF) is unknown color: approx Prelude. HEX triplet: C6, AB and CF. RGB value is (198,171,207). Sum of RGB (Red+Green+Blue) = 198+171+207=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCF is #395430. Grayscale: #B7B7B7. Windows color (decimal): -3757105 or 13609926. OLE color: 13609926.

HSL color Cylindrical-coordinate representation of color #C6ABCF: hue angle of 285º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ABCF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198171207-
CMYK0.040.1700.19
HSL285º27.27%74.12%-
HSV(B)285º17.39%81.18%-
XYZ49.1145.6465.25-
YUV183.18141.45138.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=34.38%
G=29.69%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981712070.040.1700.1928527.2774.12
HexC6ABCF41101311d1b4a
Octal30625331742102343533112
Binary11000110101010111100111110010001010011100011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABCF; }

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

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

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

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

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

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

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

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