#C8AAD1

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

Shades of Prelude #C8AAD1

Tints of Prelude #C8AAD1

Color information

#C8AAD1 (or 0xC8AAD1) is unknown color: approx Prelude. HEX triplet: C8, AA and D1. RGB value is (200,170,209). Sum of RGB (Red+Green+Blue) = 200+170+209=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAD1 is #37552E. Grayscale: #B7B7B7. Windows color (decimal): -3626287 or 13740744. OLE color: 13740744.

HSL color Cylindrical-coordinate representation of color #C8AAD1: hue angle of 286.15º 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 #C8AAD1 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200170209-
CMYK0.040.1900.18
HSL286.15º29.77%74.31%-
HSV(B)286.15º18.66%81.96%-
XYZ49.745.6366.51-
YUV183.42142.44139.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=34.54%
G=29.36%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001702090.040.1900.18286.1529.7774.31
HexC8AAD141301211e1e4a
Octal31025232142302243636112
Binary11001000101010101101000110010011010010100011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAD1; }

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

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

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

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

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

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

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

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