#C6B8D4

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

Shades of Moon Raker #C6B8D4

Tints of Moon Raker #C6B8D4

Color information

#C6B8D4 (or 0xC6B8D4) is unknown color: approx Moon Raker. HEX triplet: C6, B8 and D4. RGB value is (198,184,212). Sum of RGB (Red+Green+Blue) = 198+184+212=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6B8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8D4 is #39472B. Grayscale: #BFBFBF. Windows color (decimal): -3753772 or 13940934. OLE color: 13940934.

HSL color Cylindrical-coordinate representation of color #C6B8D4: hue angle of 270º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6B8D4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198184212-
CMYK0.070.1300.17
HSL270º24.56%77.65%-
HSV(B)270º13.21%83.14%-
XYZ52.3151.0469.38-
YUV191.38139.64132.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=33.33%
G=30.98%
B=35.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981842120.070.1300.1727024.5677.65
HexC6B8D47D01110e194e
Octal30627032471502141631116
Binary1100011010111000110101001111101010001100001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B8D4; }

 p { color: rgb(198,184,212); }

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

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

 a { background-color: rgb(198,184,212); }

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

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

 span { border-color: rgb(198,184,212); }

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