#C7B7DC

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

Shades of Moon Raker #C7B7DC

Tints of Moon Raker #C7B7DC

Color information

#C7B7DC (or 0xC7B7DC) is unknown color: approx Moon Raker. HEX triplet: C7, B7 and DC. RGB value is (199,183,220). Sum of RGB (Red+Green+Blue) = 199+183+220=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7DC is #384823. Grayscale: #BFBFBF. Windows color (decimal): -3688484 or 14464967. OLE color: 14464967.

HSL color Cylindrical-coordinate representation of color #C7B7DC: hue angle of 265.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7B7DC is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199183220-
CMYK0.100.1700.14
HSL265.95º34.58%79.02%-
HSV(B)265.95º16.82%86.27%-
XYZ53.451.1874.77-
YUV192143.8132.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.06%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=33.06%
G=30.40%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991832200.100.1700.14265.9534.5879.02
HexC7B7DCA110E10a234f
Octal307267334122101641243117
Binary110001111011011111011100101010001011101000010101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B7DC; }

 p { color: rgb(199,183,220); }

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

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

 a { background-color: rgb(199,183,220); }

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

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

 span { border-color: rgb(199,183,220); }

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