#C6B8DC

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

Shades of Moon Raker #C6B8DC

Tints of Moon Raker #C6B8DC

Color information

#C6B8DC (or 0xC6B8DC) is unknown color: approx Moon Raker. HEX triplet: C6, B8 and DC. RGB value is (198,184,220). Sum of RGB (Red+Green+Blue) = 198+184+220=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8DC is #394723. Grayscale: #C0C0C0. Windows color (decimal): -3753764 or 14465222. OLE color: 14465222.

HSL color Cylindrical-coordinate representation of color #C6B8DC: hue angle of 263.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6B8DC is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198184220-
CMYK0.10.1600.14
HSL263.33º33.96%79.22%-
HSV(B)263.33º16.36%86.27%-
XYZ53.3551.4574.83-
YUV192.29143.64132.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=32.89%
G=30.56%
B=36.54%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981842200.10.1600.14263.3333.9679.22
HexC6B8DCA100E107224f
Octal306270334122001640742117
Binary110001101011100011011100101010000011101000001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B8DC; }

 p { color: rgb(198,184,220); }

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

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

 a { background-color: rgb(198,184,220); }

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

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

 span { border-color: rgb(198,184,220); }

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