#C8B7DB

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

Shades of Moon Raker #C8B7DB

Tints of Moon Raker #C8B7DB

Color information

#C8B7DB (or 0xC8B7DB) is unknown color: approx Moon Raker. HEX triplet: C8, B7 and DB. RGB value is (200,183,219). Sum of RGB (Red+Green+Blue) = 200+183+219=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B7DB is #374824. Grayscale: #C0C0C0. Windows color (decimal): -3622949 or 14399432. OLE color: 14399432.

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

Color convert

RGB200183219-
CMYK0.090.1600.14
HSL268.33º33.33%78.82%-
HSV(B)268.33º16.44%85.88%-
XYZ53.5451.2674.09-
YUV192.19143.13133.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=33.22%
G=30.40%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001832190.090.1600.14268.3333.3378.82
HexC8B7DB9100E10c214f
Octal310267333112001641441117
Binary110010001011011111011011100110000011101000011001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B7DB; }

 p { color: rgb(200,183,219); }

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

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

 a { background-color: rgb(200,183,219); }

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

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

 span { border-color: rgb(200,183,219); }

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