#C8ACD1

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

Shades of Prelude #C8ACD1

Tints of Prelude #C8ACD1

Color information

#C8ACD1 (or 0xC8ACD1) is unknown color: approx Prelude. HEX triplet: C8, AC and D1. RGB value is (200,172,209). Sum of RGB (Red+Green+Blue) = 200+172+209=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACD1 is #37532E. Grayscale: #B8B8B8. Windows color (decimal): -3625775 or 13741256. OLE color: 13741256.

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

Color convert

RGB200172209-
CMYK0.040.1800.18
HSL285.41º28.68%74.71%-
HSV(B)285.41º17.7%81.96%-
XYZ50.0846.3966.64-
YUV184.59141.78138.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=34.42%
G=29.60%
B=35.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001722090.040.1800.18285.4128.6874.71
HexC8ACD141201211d1d4b
Octal31025432142202243535113
Binary11001000101011001101000110010010010010100011101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACD1; }

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

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

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

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

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

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

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

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