#C5AACE

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

Shades of Prelude #C5AACE

Tints of Prelude #C5AACE

Color information

#C5AACE (or 0xC5AACE) is unknown color: approx Prelude. HEX triplet: C5, AA and CE. RGB value is (197,170,206). Sum of RGB (Red+Green+Blue) = 197+170+206=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACE is #3A5531. Grayscale: #B6B6B6. Windows color (decimal): -3822898 or 13544133. OLE color: 13544133.

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

Color convert

RGB197170206-
CMYK0.040.1700.19
HSL285º26.87%73.73%-
HSV(B)285º17.48%80.78%-
XYZ48.5445.0864.53-
YUV182.18141.45138.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=34.38%
G=29.67%
B=35.95%

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
Decimal1971702060.040.1700.1928526.8773.73
HexC5AACE41101311d1b4a
Octal30525231642102343533112
Binary11000101101010101100111010010001010011100011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AACE; }

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

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

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

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

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

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

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

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