#C1ACCE

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

Shades of Prelude #C1ACCE

Tints of Prelude #C1ACCE

Color information

#C1ACCE (or 0xC1ACCE) is unknown color: approx Prelude. HEX triplet: C1, AC and CE. RGB value is (193,172,206). Sum of RGB (Red+Green+Blue) = 193+172+206=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCE is #3E5331. Grayscale: #B6B6B6. Windows color (decimal): -4084530 or 13544641. OLE color: 13544641.

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

Color convert

RGB193172206-
CMYK0.060.1700.19
HSL277.06º25.76%74.12%-
HSV(B)277.06º16.5%80.78%-
XYZ47.8945.364.61-
YUV182.16141.46135.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=33.80%
G=30.12%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931722060.060.1700.19277.0625.7674.12
HexC1ACCE6110131151a4a
Octal30125431662102342532112
Binary11000001101011001100111011010001010011100010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACCE; }

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

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

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

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

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

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

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

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