#C3B4DB

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

Shades of Moon Raker #C3B4DB

Tints of Moon Raker #C3B4DB

Color information

#C3B4DB (or 0xC3B4DB) is unknown color: approx Moon Raker. HEX triplet: C3, B4 and DB. RGB value is (195,180,219). Sum of RGB (Red+Green+Blue) = 195+180+219=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4DB is #3C4B24. Grayscale: #BCBCBC. Windows color (decimal): -3951397 or 14398659. OLE color: 14398659.

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

Color convert

RGB195180219-
CMYK0.110.1800.14
HSL263.08º35.14%78.24%-
HSV(B)263.08º17.81%85.88%-
XYZ51.6149.3673.82-
YUV188.93144.97132.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=32.83%
G=30.30%
B=36.87%

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
Decimal1951802190.110.1800.14263.0835.1478.24
HexC3B4DBB120E107234e
Octal303264333132201640743116
Binary110000111011010011011011101110010011101000001111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B4DB; }

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

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

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

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

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

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

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

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