#C9ABDA

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

Shades of Prelude #C9ABDA

Tints of Prelude #C9ABDA

Color information

#C9ABDA (or 0xC9ABDA) is unknown color: approx Prelude. HEX triplet: C9, AB and DA. RGB value is (201,171,218). Sum of RGB (Red+Green+Blue) = 201+171+218=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABDA is #365425. Grayscale: #B9B9B9. Windows color (decimal): -3560486 or 14330825. OLE color: 14330825.

HSL color Cylindrical-coordinate representation of color #C9ABDA: hue angle of 278.3º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ABDA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201171218-
CMYK0.080.2200.15
HSL278.3º38.84%76.27%-
HSV(B)278.3º21.56%85.49%-
XYZ51.3146.6172.62-
YUV185.33146.44139.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=34.07%
G=28.98%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011712180.080.2200.15278.338.8476.27
HexC9ABDA8160F116274c
Octal311253332102601742647114
Binary110010011010101111011010100010110011111000101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABDA; }

 p { color: rgb(201,171,218); }

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

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

 a { background-color: rgb(201,171,218); }

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

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

 span { border-color: rgb(201,171,218); }

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