#C6B4DE

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

Shades of Moon Raker #C6B4DE

Tints of Moon Raker #C6B4DE

Color information

#C6B4DE (or 0xC6B4DE) is unknown color: approx Moon Raker. HEX triplet: C6, B4 and DE. RGB value is (198,180,222). Sum of RGB (Red+Green+Blue) = 198+180+222=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4DE is #394B21. Grayscale: #BEBEBE. Windows color (decimal): -3754786 or 14595270. OLE color: 14595270.

HSL color Cylindrical-coordinate representation of color #C6B4DE: hue angle of 265.71º degrees, saturation: 0.39, 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 #C6B4DE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198180222-
CMYK0.110.1900.13
HSL265.71º38.89%78.82%-
HSV(B)265.71º18.92%87.06%-
XYZ52.7949.9275.96-
YUV190.17145.96133.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 222 (87.11% from 255) = 37%
R=33%
G=30%
B=37%

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
Decimal1981802220.110.1900.13265.7138.8978.82
HexC6B4DEB130D10a274f
Octal306264336132301541247117
Binary110001101011010011011110101110011011011000010101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4DE; }

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

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

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

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

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

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

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

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