Html Css Color HEX #C1ABEC Melrose

📋 copy color: '#C1ABEC'

red 193 ◦ green 171 ◦ blue 236

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

Shades of Melrose #C1ABEC

Tints of Melrose #C1ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 32.17%
G = 28.5%
B = 39.33%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1ABEC (or 0xC1ABEC) is known color: Melrose. HEX triplet: C1, AB and EC. RGB value is (193,171,236). Sum of RGB (Red+Green+Blue) = 193+171+236=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABEC is #3E5413. Grayscale: #B8B8B8. Windows color (decimal): -4084756 or 15510465. OLE color: 15510465.

HSL color Cylindrical-coordinate representation of color #C1ABEC: hue angle of 260.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ABEC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 171 236 -
CMYK 0.18 0.28 0 0.07
HSL 260.31º 0.63% 0.8% -
HSV(B) 260.31º 0.28% 0.93% -
XYZ 51.7 46.52 85.61 -
YUV 184.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 193 171 236 0.18 0.28 0 0.07 260.31 0.63 0.8
Hex C1 AB EC 12 1C 0 7 104 3F 50
Octal 301 253 354 22 34 0 7 404 77 120
Binary 11000001 10101011 11101100 10010 11100 0 111 100000100 111111 1010000

Color Harmonies of #C1ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABEC

Black with #C1ABEC

Text Example


Text Example

White with #C1ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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