Html Css Color HEX #C1AFEB Melrose

📋 copy color: '#C1AFEB'

red 193 ◦ green 175 ◦ blue 235

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

Shades of Melrose #C1AFEB

Tints of Melrose #C1AFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.02%

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

R = 32.01%
G = 29.02%
B = 38.97%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1AFEB (or 0xC1AFEB) is known color: Melrose. HEX triplet: C1, AF and EB. RGB value is (193,175,235). Sum of RGB (Red+Green+Blue) = 193+175+235=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFEB is #3E5014. Grayscale: #BBBBBB. Windows color (decimal): -4083733 or 15445953. OLE color: 15445953.

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

Color convert

RGB 193 175 235 -
CMYK 0.18 0.26 0 0.08
HSL 258º 0.6% 0.8% -
HSV(B) 258º 0.26% 0.92% -
XYZ 52.32 48 85.1 -
YUV 187.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 193 175 235 0.18 0.26 0 0.08 258 0.6 0.8
Hex C1 AF EB 12 1A 0 8 102 3C 50
Octal 301 257 353 22 32 0 10 402 74 120
Binary 11000001 10101111 11101011 10010 11010 0 1000 100000010 111100 1010000

Color Harmonies of #C1AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFEB

Black with #C1AFEB

Text Example


Text Example

White with #C1AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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