#C3B3D9

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

Shades of Moon Raker #C3B3D9

Tints of Moon Raker #C3B3D9

Color information

#C3B3D9 (or 0xC3B3D9) is unknown color: approx Moon Raker. HEX triplet: C3, B3 and D9. RGB value is (195,179,217). Sum of RGB (Red+Green+Blue) = 195+179+217=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3B3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3D9 is #3C4C26. Grayscale: #BBBBBB. Windows color (decimal): -3951655 or 14267331. OLE color: 14267331.

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

Color convert

RGB195179217-
CMYK0.100.1800.15
HSL265.26º33.33%77.65%-
HSV(B)265.26º17.51%85.1%-
XYZ51.1548.8572.38-
YUV188.12144.3132.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.99%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=32.99%
G=30.29%
B=36.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951792170.100.1800.15265.2633.3377.65
HexC3B3D9A120F109214e
Octal303263331122201741141116
Binary110000111011001111011001101010010011111000010011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3D9; }

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

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

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

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

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

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

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

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