#C6B5DF

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

Shades of Moon Raker #C6B5DF

Tints of Moon Raker #C6B5DF

Color information

#C6B5DF (or 0xC6B5DF) is unknown color: approx Moon Raker. HEX triplet: C6, B5 and DF. RGB value is (198,181,223). Sum of RGB (Red+Green+Blue) = 198+181+223=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6B5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5DF is #394A20. Grayscale: #BEBEBE. Windows color (decimal): -3754529 or 14661062. OLE color: 14661062.

HSL color Cylindrical-coordinate representation of color #C6B5DF: hue angle of 264.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B5DF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198181223-
CMYK0.110.1900.13
HSL264.29º39.62%79.22%-
HSV(B)264.29º18.83%87.45%-
XYZ53.1350.3876.74-
YUV190.87146.13133.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=32.89%
G=30.07%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981812230.110.1900.13264.2939.6279.22
HexC6B5DFB130D108284f
Octal306265337132301541050117
Binary110001101011010111011111101110011011011000010001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B5DF; }

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

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

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

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

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

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

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

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