Html Css Color HEX #C1B3F8 Melrose

📋 copy color: '#C1B3F8'

red 193 ◦ green 179 ◦ blue 248

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

Shades of Melrose #C1B3F8

Tints of Melrose #C1B3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40%

R = 31.13%
G = 28.87%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C1B3F8 (or 0xC1B3F8) is known color: Melrose. HEX triplet: C1, B3 and F8. RGB value is (193,179,248). Sum of RGB (Red+Green+Blue) = 193+179+248=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1B3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3F8 is #3E4C07. Grayscale: #BEBEBE. Windows color (decimal): -4082696 or 16298945. OLE color: 16298945.

HSL color Cylindrical-coordinate representation of color #C1B3F8: hue angle of 252.17º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B3F8 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 179 248 -
CMYK 0.22 0.28 0 0.03
HSL 252.17º 0.83% 0.84% -
HSV(B) 252.17º 0.28% 0.97% -
XYZ 55.06 50.35 95.62 -
YUV 191.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 193 179 248 0.22 0.28 0 0.03 252.17 0.83 0.84
Hex C1 B3 F8 16 1C 0 3 FC 53 54
Octal 301 263 370 26 34 0 3 374 123 124
Binary 11000001 10110011 11111000 10110 11100 0 11 11111100 1010011 1010100

Color Harmonies of #C1B3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3F8

Black with #C1B3F8

Text Example


Text Example

White with #C1B3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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