#C6ADCC

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

Shades of Prelude #C6ADCC

Tints of Prelude #C6ADCC

Color information

#C6ADCC (or 0xC6ADCC) is unknown color: approx Prelude. HEX triplet: C6, AD and CC. RGB value is (198,173,204). Sum of RGB (Red+Green+Blue) = 198+173+204=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCC is #395233. Grayscale: #B7B7B7. Windows color (decimal): -3756596 or 13413830. OLE color: 13413830.

HSL color Cylindrical-coordinate representation of color #C6ADCC: hue angle of 288.39º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6ADCC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198173204-
CMYK0.030.1500.2
HSL288.39º23.31%73.92%-
HSV(B)288.39º15.2%80%-
XYZ49.1346.2563.46-
YUV184.01139.28137.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=34.43%
G=30.09%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981732040.030.1500.2288.3923.3173.92
HexC6ADCC3F014120174a
Octal30625531431702444027112
Binary110001101010110111001100111111010100100100000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADCC; }

 p { color: rgb(198,173,204); }

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

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

 a { background-color: rgb(198,173,204); }

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

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

 span { border-color: rgb(198,173,204); }

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