#C5A9CD

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

Shades of Prelude #C5A9CD

Tints of Prelude #C5A9CD

Color information

#C5A9CD (or 0xC5A9CD) is unknown color: approx Prelude. HEX triplet: C5, A9 and CD. RGB value is (197,169,205). Sum of RGB (Red+Green+Blue) = 197+169+205=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CD is #3A5632. Grayscale: #B5B5B5. Windows color (decimal): -3823155 or 13478341. OLE color: 13478341.

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

Color convert

RGB197169205-
CMYK0.040.1800.20
HSL286.67º26.47%73.33%-
HSV(B)286.67º17.56%80.39%-
XYZ48.2344.6563.83-
YUV181.48141.28139.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=34.50%
G=29.60%
B=35.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971692050.040.1800.20286.6726.4773.33
HexC5A9CD41201411f1a49
Octal30525131542202443732111
Binary11000101101010011100110110010010010100100011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9CD; }

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

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

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

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

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

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

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

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