#C5AACD

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

Shades of Prelude #C5AACD

Tints of Prelude #C5AACD

Color information

#C5AACD (or 0xC5AACD) is unknown color: approx Prelude. HEX triplet: C5, AA and CD. RGB value is (197,170,205). Sum of RGB (Red+Green+Blue) = 197+170+205=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACD is #3A5532. Grayscale: #B5B5B5. Windows color (decimal): -3822899 or 13478597. OLE color: 13478597.

HSL color Cylindrical-coordinate representation of color #C5AACD: hue angle of 286.29º 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 #C5AACD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197170205-
CMYK0.040.1700.20
HSL286.29º25.93%73.53%-
HSV(B)286.29º17.07%80.39%-
XYZ48.4245.0363.9-
YUV182.06140.95138.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=34.44%
G=29.72%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971702050.040.1700.20286.2925.9373.53
HexC5AACD41101411e1a4a
Octal30525231542102443632112
Binary11000101101010101100110110010001010100100011110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AACD; }

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

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

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

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

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

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

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

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