#C8ACCE

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

Shades of Prelude #C8ACCE

Tints of Prelude #C8ACCE

Color information

#C8ACCE (or 0xC8ACCE) is unknown color: approx Prelude. HEX triplet: C8, AC and CE. RGB value is (200,172,206). Sum of RGB (Red+Green+Blue) = 200+172+206=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACCE is #375331. Grayscale: #B8B8B8. Windows color (decimal): -3625778 or 13544648. OLE color: 13544648.

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

Color convert

RGB200172206-
CMYK0.030.1700.19
HSL289.41º25.76%74.12%-
HSV(B)289.41º16.5%80.78%-
XYZ49.7146.2464.7-
YUV184.25140.28139.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=34.60%
G=29.76%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001722060.030.1700.19289.4125.7674.12
HexC8ACCE3110131211a4a
Octal31025431632102344132112
Binary1100100010101100110011101110001010011100100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACCE; }

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

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

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

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

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

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

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

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