#C6AACE

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

Shades of Prelude #C6AACE

Tints of Prelude #C6AACE

Color information

#C6AACE (or 0xC6AACE) is unknown color: approx Prelude. HEX triplet: C6, AA and CE. RGB value is (198,170,206). Sum of RGB (Red+Green+Blue) = 198+170+206=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACE is #395531. Grayscale: #B6B6B6. Windows color (decimal): -3757362 or 13544134. OLE color: 13544134.

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

Color convert

RGB198170206-
CMYK0.040.1700.19
HSL286.67º26.87%73.73%-
HSV(B)286.67º17.48%80.78%-
XYZ48.845.2164.55-
YUV182.48141.28139.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=34.49%
G=29.62%
B=35.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981702060.040.1700.19286.6726.8773.73
HexC6AACE41101311f1b4a
Octal30625231642102343733112
Binary11000110101010101100111010010001010011100011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AACE; }

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

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

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

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

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

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

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

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