#C8A9D0

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

Shades of Prelude #C8A9D0

Tints of Prelude #C8A9D0

Color information

#C8A9D0 (or 0xC8A9D0) is unknown color: approx Prelude. HEX triplet: C8, A9 and D0. RGB value is (200,169,208). Sum of RGB (Red+Green+Blue) = 200+169+208=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8A9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9D0 is #37562F. Grayscale: #B6B6B6. Windows color (decimal): -3626544 or 13674952. OLE color: 13674952.

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

Color convert

RGB200169208-
CMYK0.040.1900.18
HSL287.69º29.32%73.92%-
HSV(B)287.69º18.75%81.57%-
XYZ49.3945.2165.8-
YUV182.71142.27140.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=34.66%
G=29.29%
B=36.05%

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
Decimal2001692080.040.1900.18287.6929.3273.92
HexC8A9D04130121201d4a
Octal31025132042302244035112
Binary11001000101010011101000010010011010010100100000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9D0; }

 p { color: rgb(200,169,208); }

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

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

 a { background-color: rgb(200,169,208); }

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

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

 span { border-color: rgb(200,169,208); }

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