#C7B6DA

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

Shades of Moon Raker #C7B6DA

Tints of Moon Raker #C7B6DA

Color information

#C7B6DA (or 0xC7B6DA) is unknown color: approx Moon Raker. HEX triplet: C7, B6 and DA. RGB value is (199,182,218). Sum of RGB (Red+Green+Blue) = 199+182+218=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7B6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6DA is #384925. Grayscale: #BFBFBF. Windows color (decimal): -3688742 or 14333639. OLE color: 14333639.

HSL color Cylindrical-coordinate representation of color #C7B6DA: hue angle of 268.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7B6DA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199182218-
CMYK0.090.1700.15
HSL268.33º32.73%78.43%-
HSV(B)268.33º16.51%85.49%-
XYZ52.9450.6673.32-
YUV191.19143.13133.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=33.22%
G=30.38%
B=36.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991822180.090.1700.15268.3332.7378.43
HexC7B6DA9110F10c214e
Octal307266332112101741441116
Binary110001111011011011011010100110001011111000011001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6DA; }

 p { color: rgb(199,182,218); }

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

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

 a { background-color: rgb(199,182,218); }

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

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

 span { border-color: rgb(199,182,218); }

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