#C6B5DC

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

Shades of Moon Raker #C6B5DC

Tints of Moon Raker #C6B5DC

Color information

#C6B5DC (or 0xC6B5DC) is unknown color: approx Moon Raker. HEX triplet: C6, B5 and DC. RGB value is (198,181,220). Sum of RGB (Red+Green+Blue) = 198+181+220=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5DC is #394A23. Grayscale: #BEBEBE. Windows color (decimal): -3754532 or 14464454. OLE color: 14464454.

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

Color convert

RGB198181220-
CMYK0.10.1800.14
HSL266.15º35.78%78.63%-
HSV(B)266.15º17.73%86.27%-
XYZ52.7350.2274.62-
YUV190.53144.63133.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=33.06%
G=30.22%
B=36.73%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981812200.10.1800.14266.1535.7878.63
HexC6B5DCA120E10a244f
Octal306265334122201641244117
Binary110001101011010111011100101010010011101000010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B5DC; }

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

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

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

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

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

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

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

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