#C2B3DC

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

Shades of Moon Raker #C2B3DC

Tints of Moon Raker #C2B3DC

Color information

#C2B3DC (or 0xC2B3DC) is unknown color: approx Moon Raker. HEX triplet: C2, B3 and DC. RGB value is (194,179,220). Sum of RGB (Red+Green+Blue) = 194+179+220=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3DC is #3D4C23. Grayscale: #BCBCBC. Windows color (decimal): -4017188 or 14463938. OLE color: 14463938.

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

Color convert

RGB194179220-
CMYK0.120.1900.14
HSL261.95º36.94%78.24%-
HSV(B)261.95º18.64%86.27%-
XYZ51.2948.8874.44-
YUV188.16145.97132.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=32.72%
G=30.19%
B=37.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941792200.120.1900.14261.9536.9478.24
HexC2B3DCC130E106254e
Octal302263334142301640645116
Binary110000101011001111011100110010011011101000001101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3DC; }

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

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

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

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

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

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

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

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