Html Css Color HEX #C6B8D9 Moon Raker

📋 copy color: '#C6B8D9'

red 198 ◦ green 184 ◦ blue 217

#C6B8D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C6B8D9

Tints of Moon Raker #C6B8D9

RGB

 RED value IS 198 (77.73% from 255) = 33.06%

 GREEN value IS 184 (72.27% from 255) = 30.72%

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 33.06%
G = 30.72%
B = 36.23%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6B8D9 (or 0xC6B8D9) is known color: Moon Raker. HEX triplet: C6, B8 and D9. RGB value is (198,184,217). Sum of RGB (Red+Green+Blue) = 198+184+217=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6B8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8D9 is #394726. Grayscale: #BFBFBF. Windows color (decimal): -3753767 or 14268614. OLE color: 14268614.

HSL color Cylindrical-coordinate representation of color #C6B8D9: hue angle of 265.45º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6B8D9 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 184 217 -
CMYK 0.09 0.15 0 0.15
HSL 265.45º 0.3% 0.79% -
HSV(B) 265.45º 0.15% 0.85% -
XYZ 52.95 51.3 72.76 -
YUV 191.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 198 184 217 0.09 0.15 0 0.15 265.45 0.3 0.79
Hex C6 B8 D9 9 F 0 F 109 1E 4F
Octal 306 270 331 11 17 0 17 411 36 117
Binary 11000110 10111000 11011001 1001 1111 0 1111 100001001 11110 1001111

Color Harmonies of #C6B8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B8D9

Black with #C6B8D9

Text Example


Text Example

White with #C6B8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B8D9; }

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

 H1.HeaderClassName
 {
   color: #C6B8D9;
 }
 .AnyTagClassName
 {
   color: #C6B8D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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