Html Css Color HEX #C1ABEB Melrose

📋 copy color: '#C1ABEB'

red 193 ◦ green 171 ◦ blue 235

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

Shades of Melrose #C1ABEB

Tints of Melrose #C1ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.55%

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 32.22%
G = 28.55%
B = 39.23%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1ABEB (or 0xC1ABEB) is known color: Melrose. HEX triplet: C1, AB and EB. RGB value is (193,171,235). Sum of RGB (Red+Green+Blue) = 193+171+235=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABEB is #3E5414. Grayscale: #B8B8B8. Windows color (decimal): -4084757 or 15444929. OLE color: 15444929.

HSL color Cylindrical-coordinate representation of color #C1ABEB: hue angle of 260.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1ABEB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 171 235 -
CMYK 0.18 0.27 0 0.08
HSL 260.63º 0.62% 0.8% -
HSV(B) 260.63º 0.27% 0.92% -
XYZ 51.55 46.46 84.85 -
YUV 184.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 193 171 235 0.18 0.27 0 0.08 260.63 0.62 0.8
Hex C1 AB EB 12 1B 0 8 105 3E 50
Octal 301 253 353 22 33 0 10 405 76 120
Binary 11000001 10101011 11101011 10010 11011 0 1000 100000101 111110 1010000

Color Harmonies of #C1ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABEB

Black with #C1ABEB

Text Example


Text Example

White with #C1ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABEB; }

 p { color: rgb(193,171,235); }

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

background-color css

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

 a { background-color: rgb(193,171,235); }

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

border-color css

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

 span { border-color: rgb(193,171,235); }

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