#C8B8DD

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

Shades of Moon Raker #C8B8DD

Tints of Moon Raker #C8B8DD

Color information

#C8B8DD (or 0xC8B8DD) is unknown color: approx Moon Raker. HEX triplet: C8, B8 and DD. RGB value is (200,184,221). Sum of RGB (Red+Green+Blue) = 200+184+221=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8DD is #374722. Grayscale: #C0C0C0. Windows color (decimal): -3622691 or 14530760. OLE color: 14530760.

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

Color convert

RGB200184221-
CMYK0.100.1700.13
HSL265.95º35.24%79.41%-
HSV(B)265.95º16.74%86.67%-
XYZ54.0151.7875.55-
YUV193143.8132.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.06%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=33.06%
G=30.41%
B=36.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001842210.100.1700.13265.9535.2479.41
HexC8B8DDA110D10a234f
Octal310270335122101541243117
Binary110010001011100011011101101010001011011000010101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8DD; }

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

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

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

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

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

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

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

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