#C7AAD5

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

Shades of Prelude #C7AAD5

Tints of Prelude #C7AAD5

Color information

#C7AAD5 (or 0xC7AAD5) is unknown color: approx Prelude. HEX triplet: C7, AA and D5. RGB value is (199,170,213). Sum of RGB (Red+Green+Blue) = 199+170+213=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAD5 is #38552A. Grayscale: #B7B7B7. Windows color (decimal): -3691819 or 14002887. OLE color: 14002887.

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

Color convert

RGB199170213-
CMYK0.070.2000.16
HSL280.47º33.86%75.1%-
HSV(B)280.47º20.19%83.53%-
XYZ49.9445.769.14-
YUV183.57144.61139-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 213 (83.59% from 255) = 36.60%
R=34.19%
G=29.21%
B=36.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991702130.070.2000.16280.4733.8675.1
HexC7AAD5714010118224b
Octal30725232572402043042113
Binary110001111010101011010101111101000100001000110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAD5; }

 p { color: rgb(199,170,213); }

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

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

 a { background-color: rgb(199,170,213); }

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

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

 span { border-color: rgb(199,170,213); }

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