#C6ADCE

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

Shades of Prelude #C6ADCE

Tints of Prelude #C6ADCE

Color information

#C6ADCE (or 0xC6ADCE) is unknown color: approx Prelude. HEX triplet: C6, AD and CE. RGB value is (198,173,206). Sum of RGB (Red+Green+Blue) = 198+173+206=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCE is #395231. Grayscale: #B8B8B8. Windows color (decimal): -3756594 or 13544902. OLE color: 13544902.

HSL color Cylindrical-coordinate representation of color #C6ADCE: hue angle of 285.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ADCE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198173206-
CMYK0.040.1600.19
HSL285.45º25.19%74.31%-
HSV(B)285.45º16.02%80.78%-
XYZ49.3746.3564.74-
YUV184.24140.28137.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=34.32%
G=29.98%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981732060.040.1600.19285.4525.1974.31
HexC6ADCE41001311d194a
Octal30625531642002343531112
Binary11000110101011011100111010010000010011100011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADCE; }

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

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

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

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

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

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

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

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