#C5ACD0

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

Shades of Prelude #C5ACD0

Tints of Prelude #C5ACD0

Color information

#C5ACD0 (or 0xC5ACD0) is unknown color: approx Prelude. HEX triplet: C5, AC and D0. RGB value is (197,172,208). Sum of RGB (Red+Green+Blue) = 197+172+208=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACD0 is #3A532F. Grayscale: #B7B7B7. Windows color (decimal): -3822384 or 13675717. OLE color: 13675717.

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

Color convert

RGB197172208-
CMYK0.050.1700.18
HSL281.67º27.69%74.51%-
HSV(B)281.67º17.31%81.57%-
XYZ49.1645.9365.95-
YUV183.58141.78137.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=34.14%
G=29.81%
B=36.05%

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
Decimal1971722080.050.1700.18281.6727.6974.51
HexC5ACD051101211a1c4b
Octal30525432052102243234113
Binary11000101101011001101000010110001010010100011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACD0; }

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

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

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

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

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

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

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

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