#C6B4DC

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

Shades of Moon Raker #C6B4DC

Tints of Moon Raker #C6B4DC

Color information

#C6B4DC (or 0xC6B4DC) is unknown color: approx Moon Raker. HEX triplet: C6, B4 and DC. RGB value is (198,180,220). Sum of RGB (Red+Green+Blue) = 198+180+220=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4DC is #394B23. Grayscale: #BDBDBD. Windows color (decimal): -3754788 or 14464198. OLE color: 14464198.

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

Color convert

RGB198180220-
CMYK0.10.1800.14
HSL267º36.36%78.43%-
HSV(B)267º18.18%86.27%-
XYZ52.5349.8274.56-
YUV189.94144.96133.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.11%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=33.11%
G=30.10%
B=36.79%

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
Decimal1981802200.10.1800.1426736.3678.43
HexC6B4DCA120E10b244e
Octal306264334122201641344116
Binary110001101011010011011100101010010011101000010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4DC; }

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

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

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

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

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

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

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

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