#C6ACD0

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

Shades of Prelude #C6ACD0

Tints of Prelude #C6ACD0

Color information

#C6ACD0 (or 0xC6ACD0) is unknown color: approx Prelude. HEX triplet: C6, AC and D0. RGB value is (198,172,208). Sum of RGB (Red+Green+Blue) = 198+172+208=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACD0 is #39532F. Grayscale: #B7B7B7. Windows color (decimal): -3756848 or 13675718. OLE color: 13675718.

HSL color Cylindrical-coordinate representation of color #C6ACD0: hue angle of 283.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ACD0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198172208-
CMYK0.050.1700.18
HSL283.33º27.69%74.51%-
HSV(B)283.33º17.31%81.57%-
XYZ49.4346.0665.96-
YUV183.88141.61138.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=34.26%
G=29.76%
B=35.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981722080.050.1700.18283.3327.6974.51
HexC6ACD051101211b1c4b
Octal30625432052102243334113
Binary11000110101011001101000010110001010010100011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACD0; }

 p { color: rgb(198,172,208); }

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

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

 a { background-color: rgb(198,172,208); }

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

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

 span { border-color: rgb(198,172,208); }

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