#C3B3DC

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

Shades of Moon Raker #C3B3DC

Tints of Moon Raker #C3B3DC

Color information

#C3B3DC (or 0xC3B3DC) is unknown color: approx Moon Raker. HEX triplet: C3, B3 and DC. RGB value is (195,179,220). Sum of RGB (Red+Green+Blue) = 195+179+220=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3DC is #3C4C23. Grayscale: #BCBCBC. Windows color (decimal): -3951652 or 14463939. OLE color: 14463939.

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

Color convert

RGB195179220-
CMYK0.110.1900.14
HSL263.41º36.94%78.24%-
HSV(B)263.41º18.64%86.27%-
XYZ51.5449.0174.45-
YUV188.46145.8132.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=32.83%
G=30.13%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1951792200.110.1900.14263.4136.9478.24
HexC3B3DCB130E107254e
Octal303263334132301640745116
Binary110000111011001111011100101110011011101000001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3DC; }

 p { color: rgb(195,179,220); }

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

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

 a { background-color: rgb(195,179,220); }

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

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

 span { border-color: rgb(195,179,220); }

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