#C3B8D8

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

Shades of Moon Raker #C3B8D8

Tints of Moon Raker #C3B8D8

Color information

#C3B8D8 (or 0xC3B8D8) is unknown color: approx Moon Raker. HEX triplet: C3, B8 and D8. RGB value is (195,184,216). Sum of RGB (Red+Green+Blue) = 195+184+216=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3B8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8D8 is #3C4727. Grayscale: #BEBEBE. Windows color (decimal): -3950376 or 14203075. OLE color: 14203075.

HSL color Cylindrical-coordinate representation of color #C3B8D8: hue angle of 260.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B8D8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195184216-
CMYK0.100.1500.15
HSL260.62º29.09%78.43%-
HSV(B)260.62º14.81%84.71%-
XYZ52.0450.8472.04-
YUV190.94142.14130.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=32.77%
G=30.92%
B=36.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951842160.100.1500.15260.6229.0978.43
HexC3B8D8AF0F1051d4e
Octal303270330121701740535116
Binary1100001110111000110110001010111101111100000101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8D8; }

 p { color: rgb(195,184,216); }

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

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

 a { background-color: rgb(195,184,216); }

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

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

 span { border-color: rgb(195,184,216); }

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