#C8AAD5

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

Shades of Prelude #C8AAD5

Tints of Prelude #C8AAD5

Color information

#C8AAD5 (or 0xC8AAD5) is unknown color: approx Prelude. HEX triplet: C8, AA and D5. RGB value is (200,170,213). Sum of RGB (Red+Green+Blue) = 200+170+213=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAD5 is #37552A. Grayscale: #B7B7B7. Windows color (decimal): -3626283 or 14002888. OLE color: 14002888.

HSL color Cylindrical-coordinate representation of color #C8AAD5: hue angle of 281.86º 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 #C8AAD5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200170213-
CMYK0.060.2000.16
HSL281.86º33.86%75.1%-
HSV(B)281.86º20.19%83.53%-
XYZ50.245.8369.15-
YUV183.87144.44139.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=34.31%
G=29.16%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001702130.060.2000.16281.8633.8675.1
HexC8AAD561401011a224b
Octal31025232562402043242113
Binary110010001010101011010101110101000100001000110101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAD5; }

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

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

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

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

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

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

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

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