#c8abd8

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

Shades of Prelude #C8ABD8

Tints of Prelude #C8ABD8

Color information

#C8ABD8 (or 0xC8ABD8) is unknown color: approx Prelude. HEX triplet: C8, AB and D8. RGB value is (200,171,216). Sum of RGB (Red+Green+Blue) = 200+171+216=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABD8 is #375427. Grayscale: #B8B8B8. Windows color (decimal): -3626024 or 14199752. OLE color: 14199752.

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

Color convert

RGB200171216-
CMYK0.070.2100.15
HSL278.67º36.59%75.88%-
HSV(B)278.67º20.83%84.71%-
XYZ50.7846.3671.24-
YUV184.8145.61138.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=34.07%
G=29.13%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001712160.070.2100.15278.6736.5975.88
HexC8ABD87150F117254c
Octal31025333072501742745114
Binary11001000101010111101100011110101011111000101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8abd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8abd8; }

 p { color: rgb(200,171,216); }

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

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

 a { background-color: rgb(200,171,216); }

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

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

 span { border-color: rgb(200,171,216); }

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