#C2B0DB

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

Shades of Moon Raker #C2B0DB

Tints of Moon Raker #C2B0DB

Color information

#C2B0DB (or 0xC2B0DB) is unknown color: approx Moon Raker. HEX triplet: C2, B0 and DB. RGB value is (194,176,219). Sum of RGB (Red+Green+Blue) = 194+176+219=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0DB is #3D4F24. Grayscale: #BABABA. Windows color (decimal): -4017957 or 14397634. OLE color: 14397634.

HSL color Cylindrical-coordinate representation of color #C2B0DB: hue angle of 265.12º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B0DB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194176219-
CMYK0.110.2000.14
HSL265.12º37.39%77.45%-
HSV(B)265.12º19.63%85.88%-
XYZ50.5647.6373.55-
YUV186.28146.46133.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=32.94%
G=29.88%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941762190.110.2000.14265.1237.3977.45
HexC2B0DBB140E109254d
Octal302260333132401641145115
Binary110000101011000011011011101110100011101000010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0DB; }

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

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

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

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

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

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

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

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