Html Css Color HEX #C1B2DB Moon Raker

📋 copy color: '#C1B2DB'

red 193 ◦ green 178 ◦ blue 219

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

Shades of Moon Raker #C1B2DB

Tints of Moon Raker #C1B2DB

RGB

 RED value IS 193 (75.78% from 255) = 32.71%

 GREEN value IS 178 (69.92% from 255) = 30.17%

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 32.71%
G = 30.17%
B = 37.12%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1B2DB (or 0xC1B2DB) is known color: Moon Raker. HEX triplet: C1, B2 and DB. RGB value is (193,178,219). Sum of RGB (Red+Green+Blue) = 193+178+219=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2DB is #3E4D24. Grayscale: #BBBBBB. Windows color (decimal): -4082981 or 14398145. OLE color: 14398145.

HSL color Cylindrical-coordinate representation of color #C1B2DB: hue angle of 261.95º degrees, saturation: 0.36, 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 #C1B2DB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 178 219 -
CMYK 0.12 0.19 0 0.14
HSL 261.95º 0.36% 0.78% -
HSV(B) 261.95º 0.19% 0.86% -
XYZ 50.7 48.29 73.67 -
YUV 187.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 193 178 219 0.12 0.19 0 0.14 261.95 0.36 0.78
Hex C1 B2 DB C 13 0 E 106 24 4E
Octal 301 262 333 14 23 0 16 406 44 116
Binary 11000001 10110010 11011011 1100 10011 0 1110 100000110 100100 1001110

Color Harmonies of #C1B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B2DB

Black with #C1B2DB

Text Example


Text Example

White with #C1B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B2DB; }

 p { color: rgb(193,178,219); }

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

background-color css

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

 a { background-color: rgb(193,178,219); }

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

border-color css

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

 span { border-color: rgb(193,178,219); }

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