#C8B9DD

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

Shades of Moon Raker #C8B9DD

Tints of Moon Raker #C8B9DD

Color information

#C8B9DD (or 0xC8B9DD) is unknown color: approx Moon Raker. HEX triplet: C8, B9 and DD. RGB value is (200,185,221). Sum of RGB (Red+Green+Blue) = 200+185+221=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9DD is #374622. Grayscale: #C1C1C1. Windows color (decimal): -3622435 or 14531016. OLE color: 14531016.

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

Color convert

RGB200185221-
CMYK0.100.1600.13
HSL265º34.62%79.61%-
HSV(B)265º16.29%86.67%-
XYZ54.2252.275.62-
YUV193.59143.47132.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=33.00%
G=30.53%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001852210.100.1600.1326534.6279.61
HexC8B9DDA100D1092350
Octal310271335122001541143120
Binary110010001011100111011101101010000011011000010011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9DD; }

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

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

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

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

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

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

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

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