#C5AED0

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

Shades of Prelude #C5AED0

Tints of Prelude #C5AED0

Color information

#C5AED0 (or 0xC5AED0) is unknown color: approx Prelude. HEX triplet: C5, AE and D0. RGB value is (197,174,208). Sum of RGB (Red+Green+Blue) = 197+174+208=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED0 is #3A512F. Grayscale: #B8B8B8. Windows color (decimal): -3821872 or 13676229. OLE color: 13676229.

HSL color Cylindrical-coordinate representation of color #C5AED0: hue angle of 280.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AED0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197174208-
CMYK0.050.1600.18
HSL280.59º26.56%74.9%-
HSV(B)280.59º16.35%81.57%-
XYZ49.5546.766.08-
YUV184.75141.12136.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=34.02%
G=30.05%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971742080.050.1600.18280.5926.5674.9
HexC5AED05100121191b4b
Octal30525632052002243133113
Binary11000101101011101101000010110000010010100011001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AED0; }

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

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

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

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

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

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

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

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