#C8B8DB

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

Shades of Moon Raker #C8B8DB

Tints of Moon Raker #C8B8DB

Color information

#C8B8DB (or 0xC8B8DB) is unknown color: approx Moon Raker. HEX triplet: C8, B8 and DB. RGB value is (200,184,219). Sum of RGB (Red+Green+Blue) = 200+184+219=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8DB is #374724. Grayscale: #C0C0C0. Windows color (decimal): -3622693 or 14399688. OLE color: 14399688.

HSL color Cylindrical-coordinate representation of color #C8B8DB: hue angle of 267.43º 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 #C8B8DB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200184219-
CMYK0.090.1600.14
HSL267.43º32.71%79.02%-
HSV(B)267.43º15.98%85.88%-
XYZ53.7551.6774.16-
YUV192.77142.8133.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.17%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=33.17%
G=30.51%
B=36.32%

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
Decimal2001842190.090.1600.14267.4332.7179.02
HexC8B8DB9100E10b214f
Octal310270333112001641341117
Binary110010001011100011011011100110000011101000010111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8DB; }

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

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

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

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

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

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

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

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