#C7B5D9

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

Shades of Moon Raker #C7B5D9

Tints of Moon Raker #C7B5D9

Color information

#C7B5D9 (or 0xC7B5D9) is unknown color: approx Moon Raker. HEX triplet: C7, B5 and D9. RGB value is (199,181,217). Sum of RGB (Red+Green+Blue) = 199+181+217=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7B5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5D9 is #384A26. Grayscale: #BEBEBE. Windows color (decimal): -3688999 or 14267847. OLE color: 14267847.

HSL color Cylindrical-coordinate representation of color #C7B5D9: hue angle of 270º degrees, saturation: 0.32, 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 #C7B5D9 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199181217-
CMYK0.080.1700.15
HSL270º32.14%78.04%-
HSV(B)270º16.59%85.1%-
XYZ52.650.272.56-
YUV190.49142.96134.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=33.33%
G=30.32%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991812170.080.1700.1527032.1478.04
HexC7B5D98110F10e204e
Octal307265331102101741640116
Binary110001111011010111011001100010001011111000011101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5D9; }

 p { color: rgb(199,181,217); }

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

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

 a { background-color: rgb(199,181,217); }

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

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

 span { border-color: rgb(199,181,217); }

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