#C7AAD1

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

Shades of Prelude #C7AAD1

Tints of Prelude #C7AAD1

Color information

#C7AAD1 (or 0xC7AAD1) is unknown color: approx Prelude. HEX triplet: C7, AA and D1. RGB value is (199,170,209). Sum of RGB (Red+Green+Blue) = 199+170+209=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #C7AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAD1 is #38552E. Grayscale: #B6B6B6. Windows color (decimal): -3691823 or 13740743. OLE color: 13740743.

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

Color convert

RGB199170209-
CMYK0.050.1900.18
HSL284.62º29.77%74.31%-
HSV(B)284.62º18.66%81.96%-
XYZ49.4445.566.5-
YUV183.12142.61139.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=34.43%
G=29.41%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991702090.050.1900.18284.6229.7774.31
HexC7AAD151301211d1e4a
Octal30725232152302243536112
Binary11000111101010101101000110110011010010100011101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAD1; }

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

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

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

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

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

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

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

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