#C3B4DC

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

Shades of Moon Raker #C3B4DC

Tints of Moon Raker #C3B4DC

Color information

#C3B4DC (or 0xC3B4DC) is unknown color: approx Moon Raker. HEX triplet: C3, B4 and DC. RGB value is (195,180,220). Sum of RGB (Red+Green+Blue) = 195+180+220=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4DC is #3C4B23. Grayscale: #BCBCBC. Windows color (decimal): -3951396 or 14464195. OLE color: 14464195.

HSL color Cylindrical-coordinate representation of color #C3B4DC: hue angle of 262.5º 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 #C3B4DC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195180220-
CMYK0.110.1800.14
HSL262.5º36.36%78.43%-
HSV(B)262.5º18.18%86.27%-
XYZ51.7549.4174.52-
YUV189.04145.47132.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=32.77%
G=30.25%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951802200.110.1800.14262.536.3678.43
HexC3B4DCB120E106244e
Octal303264334132201640644116
Binary110000111011010011011100101110010011101000001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B4DC; }

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

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

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

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

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

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

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

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