Html Css Color HEX #C0B3DC Moon Raker

📋 copy color: '#C0B3DC'

red 192 ◦ green 179 ◦ blue 220

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

Shades of Moon Raker #C0B3DC

Tints of Moon Raker #C0B3DC

RGB

 RED value IS 192 (75.39% from 255) = 32.49%

 GREEN value IS 179 (70.31% from 255) = 30.29%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 32.49%
G = 30.29%
B = 37.23%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0B3DC (or 0xC0B3DC) is known color: Moon Raker. HEX triplet: C0, B3 and DC. RGB value is (192,179,220). Sum of RGB (Red+Green+Blue) = 192+179+220=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3DC is #3F4C23. Grayscale: #BBBBBB. Windows color (decimal): -4148260 or 14463936. OLE color: 14463936.

HSL color Cylindrical-coordinate representation of color #C0B3DC: hue angle of 259.02º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B3DC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 179 220 -
CMYK 0.13 0.19 0 0.14
HSL 259.02º 0.37% 0.78% -
HSV(B) 259.02º 0.19% 0.86% -
XYZ 50.78 48.61 74.42 -
YUV 187.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 192 179 220 0.13 0.19 0 0.14 259.02 0.37 0.78
Hex C0 B3 DC D 13 0 E 103 25 4E
Octal 300 263 334 15 23 0 16 403 45 116
Binary 11000000 10110011 11011100 1101 10011 0 1110 100000011 100101 1001110

Color Harmonies of #C0B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B3DC

Black with #C0B3DC

Text Example


Text Example

White with #C0B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B3DC; }

 p { color: rgb(192,179,220); }

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

background-color css

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

 a { background-color: rgb(192,179,220); }

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

border-color css

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

 span { border-color: rgb(192,179,220); }

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