#C9AAD0

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

Shades of Prelude #C9AAD0

Tints of Prelude #C9AAD0

Color information

#C9AAD0 (or 0xC9AAD0) is unknown color: approx Prelude. HEX triplet: C9, AA and D0. RGB value is (201,170,208). Sum of RGB (Red+Green+Blue) = 201+170+208=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAD0 is #36552F. Grayscale: #B7B7B7. Windows color (decimal): -3560752 or 13675209. OLE color: 13675209.

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

Color convert

RGB201170208-
CMYK0.030.1800.18
HSL288.95º28.79%74.12%-
HSV(B)288.95º18.27%81.57%-
XYZ49.8545.7265.87-
YUV183.6141.77140.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=34.72%
G=29.36%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011702080.030.1800.18288.9528.7974.12
HexC9AAD03120121211d4a
Octal31125232032202244135112
Binary1100100110101010110100001110010010010100100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAD0; }

 p { color: rgb(201,170,208); }

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

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

 a { background-color: rgb(201,170,208); }

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

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

 span { border-color: rgb(201,170,208); }

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