#C1AACE

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

Shades of Prelude #C1AACE

Tints of Prelude #C1AACE

Color information

#C1AACE (or 0xC1AACE) is unknown color: approx Prelude. HEX triplet: C1, AA and CE. RGB value is (193,170,206). Sum of RGB (Red+Green+Blue) = 193+170+206=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACE is #3E5531. Grayscale: #B4B4B4. Windows color (decimal): -4085042 or 13544129. OLE color: 13544129.

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

Color convert

RGB193170206-
CMYK0.060.1700.19
HSL278.33º26.87%73.73%-
HSV(B)278.33º17.48%80.78%-
XYZ47.5144.5464.49-
YUV180.98142.12136.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=33.92%
G=29.88%
B=36.20%

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
Decimal1931702060.060.1700.19278.3326.8773.73
HexC1AACE6110131161b4a
Octal30125231662102342633112
Binary11000001101010101100111011010001010011100010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AACE; }

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

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

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

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

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

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

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

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