#C5A9CE

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

Shades of Prelude #C5A9CE

Tints of Prelude #C5A9CE

Color information

#C5A9CE (or 0xC5A9CE) is unknown color: approx Prelude. HEX triplet: C5, A9 and CE. RGB value is (197,169,206). Sum of RGB (Red+Green+Blue) = 197+169+206=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CE is #3A5631. Grayscale: #B5B5B5. Windows color (decimal): -3823154 or 13543877. OLE color: 13543877.

HSL color Cylindrical-coordinate representation of color #C5A9CE: hue angle of 285.41º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A9CE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197169206-
CMYK0.040.1800.19
HSL285.41º27.41%73.53%-
HSV(B)285.41º17.96%80.78%-
XYZ48.3544.764.47-
YUV181.59141.78138.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=34.44%
G=29.55%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971692060.040.1800.19285.4127.4173.53
HexC5A9CE41201311d1b4a
Octal30525131642202343533112
Binary11000101101010011100111010010010010011100011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9CE; }

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

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

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

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

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

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

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

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