#C3ACCE

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

Shades of Prelude #C3ACCE

Tints of Prelude #C3ACCE

Color information

#C3ACCE (or 0xC3ACCE) is unknown color: approx Prelude. HEX triplet: C3, AC and CE. RGB value is (195,172,206). Sum of RGB (Red+Green+Blue) = 195+172+206=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCE is #3C5331. Grayscale: #B6B6B6. Windows color (decimal): -3953458 or 13544643. OLE color: 13544643.

HSL color Cylindrical-coordinate representation of color #C3ACCE: hue angle of 280.59º 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 #C3ACCE is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195172206-
CMYK0.050.1700.19
HSL280.59º25.76%74.12%-
HSV(B)280.59º16.5%80.78%-
XYZ48.445.5664.64-
YUV182.75141.12136.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=34.03%
G=30.02%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951722060.050.1700.19280.5925.7674.12
HexC3ACCE5110131191a4a
Octal30325431652102343132112
Binary11000011101011001100111010110001010011100011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACCE; }

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

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

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

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

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

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

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

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