#C2B4DC

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

Shades of Moon Raker #C2B4DC

Tints of Moon Raker #C2B4DC

Color information

#C2B4DC (or 0xC2B4DC) is unknown color: approx Moon Raker. HEX triplet: C2, B4 and DC. RGB value is (194,180,220). Sum of RGB (Red+Green+Blue) = 194+180+220=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 180 (70.70% from 255 or 30.30% 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 #C2B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4DC is #3D4B23. Grayscale: #BCBCBC. Windows color (decimal): -4016932 or 14464194. OLE color: 14464194.

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

Color convert

RGB194180220-
CMYK0.120.1800.14
HSL261º36.36%78.43%-
HSV(B)261º18.18%86.27%-
XYZ51.4949.2874.51-
YUV188.75145.64131.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.66%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=32.66%
G=30.30%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941802200.120.1800.1426136.3678.43
HexC2B4DCC120E105244e
Octal302264334142201640544116
Binary110000101011010011011100110010010011101000001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4DC; }

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

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

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

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

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

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

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

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