Html Css Color HEX #C1B3D3 Moon Raker

📋 copy color: '#C1B3D3'

red 193 ◦ green 179 ◦ blue 211

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

Shades of Moon Raker #C1B3D3

Tints of Moon Raker #C1B3D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 33.1%
G = 30.7%
B = 36.19%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C1B3D3 (or 0xC1B3D3) is known color: Moon Raker. HEX triplet: C1, B3 and D3. RGB value is (193,179,211). Sum of RGB (Red+Green+Blue) = 193+179+211=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1B3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3D3 is #3E4C2C. Grayscale: #BABABA. Windows color (decimal): -4082733 or 13874113. OLE color: 13874113.

HSL color Cylindrical-coordinate representation of color #C1B3D3: hue angle of 266.25º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B3D3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 179 211 -
CMYK 0.09 0.15 0 0.17
HSL 266.25º 0.27% 0.76% -
HSV(B) 266.25º 0.15% 0.83% -
XYZ 49.87 48.28 68.32 -
YUV 186.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 193 179 211 0.09 0.15 0 0.17 266.25 0.27 0.76
Hex C1 B3 D3 9 F 0 11 10A 1B 4C
Octal 301 263 323 11 17 0 21 412 33 114
Binary 11000001 10110011 11010011 1001 1111 0 10001 100001010 11011 1001100

Color Harmonies of #C1B3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3D3

Black with #C1B3D3

Text Example


Text Example

White with #C1B3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3D3; }

 p { color: rgb(193,179,211); }

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

background-color css

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

 a { background-color: rgb(193,179,211); }

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

border-color css

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

 span { border-color: rgb(193,179,211); }

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