#C8AFCE

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

Shades of Prelude #C8AFCE

Tints of Prelude #C8AFCE

Color information

#C8AFCE (or 0xC8AFCE) is unknown color: approx Prelude. HEX triplet: C8, AF and CE. RGB value is (200,175,206). Sum of RGB (Red+Green+Blue) = 200+175+206=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCE is #375031. Grayscale: #B9B9B9. Windows color (decimal): -3625010 or 13545416. OLE color: 13545416.

HSL color Cylindrical-coordinate representation of color #C8AFCE: hue angle of 288.39º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AFCE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200175206-
CMYK0.030.1500.19
HSL288.39º24.03%74.71%-
HSV(B)288.39º15.05%80.78%-
XYZ50.2947.464.89-
YUV186.01139.28137.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=34.42%
G=30.12%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001752060.030.1500.19288.3924.0374.71
HexC8AFCE3F013120184b
Octal31025731631702344030113
Binary110010001010111111001110111111010011100100000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFCE; }

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

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

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

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

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

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

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

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