#C5AAD4

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

Shades of Prelude #C5AAD4

Tints of Prelude #C5AAD4

Color information

#C5AAD4 (or 0xC5AAD4) is unknown color: approx Prelude. HEX triplet: C5, AA and D4. RGB value is (197,170,212). Sum of RGB (Red+Green+Blue) = 197+170+212=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD4 is #3A552B. Grayscale: #B6B6B6. Windows color (decimal): -3822892 or 13937349. OLE color: 13937349.

HSL color Cylindrical-coordinate representation of color #C5AAD4: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AAD4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197170212-
CMYK0.070.2000.17
HSL278.57º32.81%74.9%-
HSV(B)278.57º19.81%83.14%-
XYZ49.2845.3768.45-
YUV182.86144.45138.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=34.02%
G=29.36%
B=36.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971702120.070.2000.17278.5732.8174.9
HexC5AAD4714011117214b
Octal30525232472402142741113
Binary110001011010101011010100111101000100011000101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAD4; }

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

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

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

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

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

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

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

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