Html Css Color HEX #C5AFEB Melrose

📋 copy color: '#C5AFEB'

red 197 ◦ green 175 ◦ blue 235

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

Shades of Melrose #C5AFEB

Tints of Melrose #C5AFEB

RGB

 RED value IS 197 (77.34% from 255) = 32.45%

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

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

R = 32.45%
G = 28.83%
B = 38.71%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5AFEB (or 0xC5AFEB) is known color: Melrose. HEX triplet: C5, AF and EB. RGB value is (197,175,235). Sum of RGB (Red+Green+Blue) = 197+175+235=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFEB is #3A5014. Grayscale: #BCBCBC. Windows color (decimal): -3821589 or 15445957. OLE color: 15445957.

HSL color Cylindrical-coordinate representation of color #C5AFEB: hue angle of 262º 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 #C5AFEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 175 235 -
CMYK 0.16 0.26 0 0.08
HSL 262º 0.6% 0.8% -
HSV(B) 262º 0.26% 0.92% -
XYZ 53.35 48.53 85.15 -
YUV 188.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 197 175 235 0.16 0.26 0 0.08 262 0.6 0.8
Hex C5 AF EB 10 1A 0 8 106 3C 50
Octal 305 257 353 20 32 0 10 406 74 120
Binary 11000101 10101111 11101011 10000 11010 0 1000 100000110 111100 1010000

Color Harmonies of #C5AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFEB

Black with #C5AFEB

Text Example


Text Example

White with #C5AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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