#C6AED0

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

Shades of Prelude #C6AED0

Tints of Prelude #C6AED0

Color information

#C6AED0 (or 0xC6AED0) is unknown color: approx Prelude. HEX triplet: C6, AE and D0. RGB value is (198,174,208). Sum of RGB (Red+Green+Blue) = 198+174+208=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AED0 is #39512F. Grayscale: #B8B8B8. Windows color (decimal): -3756336 or 13676230. OLE color: 13676230.

HSL color Cylindrical-coordinate representation of color #C6AED0: hue angle of 282.35º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6AED0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198174208-
CMYK0.050.1600.18
HSL282.35º26.56%74.9%-
HSV(B)282.35º16.35%81.57%-
XYZ49.8146.8366.09-
YUV185.05140.95137.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=34.14%
G=30%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981742080.050.1600.18282.3526.5674.9
HexC6AED051001211a1b4b
Octal30625632052002243233113
Binary11000110101011101101000010110000010010100011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AED0; }

 p { color: rgb(198,174,208); }

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

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

 a { background-color: rgb(198,174,208); }

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

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

 span { border-color: rgb(198,174,208); }

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