#C8AFD0

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

Shades of Prelude #C8AFD0

Tints of Prelude #C8AFD0

Color information

#C8AFD0 (or 0xC8AFD0) is unknown color: approx Prelude. HEX triplet: C8, AF and D0. RGB value is (200,175,208). Sum of RGB (Red+Green+Blue) = 200+175+208=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFD0 is #37502F. Grayscale: #BABABA. Windows color (decimal): -3625008 or 13676488. OLE color: 13676488.

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

Color convert

RGB200175208-
CMYK0.040.1600.18
HSL285.45º25.98%75.1%-
HSV(B)285.45º15.87%81.57%-
XYZ50.5347.4966.18-
YUV186.24140.28137.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=34.31%
G=30.02%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001752080.040.1600.18285.4525.9875.1
HexC8AFD041001211d1a4b
Octal31025732042002243532113
Binary11001000101011111101000010010000010010100011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFD0; }

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

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

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

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

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

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

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

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