#C8AFD9

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

Shades of Prelude #C8AFD9

Tints of Prelude #C8AFD9

Color information

#C8AFD9 (or 0xC8AFD9) is unknown color: approx Prelude. HEX triplet: C8, AF and D9. RGB value is (200,175,217). Sum of RGB (Red+Green+Blue) = 200+175+217=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFD9 is #375026. Grayscale: #BBBBBB. Windows color (decimal): -3624999 or 14266312. OLE color: 14266312.

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

Color convert

RGB200175217-
CMYK0.080.1900.15
HSL275.71º35.59%76.86%-
HSV(B)275.71º19.35%85.1%-
XYZ51.6747.9572.18-
YUV187.26144.78137.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=33.78%
G=29.56%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001752170.080.1900.15275.7135.5976.86
HexC8AFD98130F114244d
Octal310257331102301742444115
Binary110010001010111111011001100010011011111000101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFD9; }

 p { color: rgb(200,175,217); }

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

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

 a { background-color: rgb(200,175,217); }

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

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

 span { border-color: rgb(200,175,217); }

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