#C2B0DC

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

Shades of Moon Raker #C2B0DC

Tints of Moon Raker #C2B0DC

Color information

#C2B0DC (or 0xC2B0DC) is unknown color: approx Moon Raker. HEX triplet: C2, B0 and DC. RGB value is (194,176,220). Sum of RGB (Red+Green+Blue) = 194+176+220=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0DC is #3D4F23. Grayscale: #BABABA. Windows color (decimal): -4017956 or 14463170. OLE color: 14463170.

HSL color Cylindrical-coordinate representation of color #C2B0DC: hue angle of 264.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B0DC is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194176220-
CMYK0.120.200.14
HSL264.55º38.6%77.65%-
HSV(B)264.55º20%86.27%-
XYZ50.6947.6974.24-
YUV186.4146.96133.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=32.88%
G=29.83%
B=37.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941762200.120.200.14264.5538.677.65
HexC2B0DCC140E109274e
Octal302260334142401641147116
Binary110000101011000011011100110010100011101000010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0DC; }

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

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

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

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

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

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

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

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