#C6AACD

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

Shades of Prelude #C6AACD

Tints of Prelude #C6AACD

Color information

#C6AACD (or 0xC6AACD) is unknown color: approx Prelude. HEX triplet: C6, AA and CD. RGB value is (198,170,205). Sum of RGB (Red+Green+Blue) = 198+170+205=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACD is #395532. Grayscale: #B6B6B6. Windows color (decimal): -3757363 or 13478598. OLE color: 13478598.

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

Color convert

RGB198170205-
CMYK0.030.1700.20
HSL288º25.93%73.53%-
HSV(B)288º17.07%80.39%-
XYZ48.6845.1663.91-
YUV182.36140.78139.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=34.55%
G=29.67%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981702050.030.1700.2028825.9373.53
HexC6AACD3110141201a4a
Octal30625231532102444032112
Binary1100011010101010110011011110001010100100100000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AACD; }

 p { color: rgb(198,170,205); }

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

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

 a { background-color: rgb(198,170,205); }

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

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

 span { border-color: rgb(198,170,205); }

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