Html Css Color HEX #C5B4EA Melrose

📋 copy color: '#C5B4EA'

red 197 ◦ green 180 ◦ blue 234

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

Shades of Melrose #C5B4EA

Tints of Melrose #C5B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 32.24%
G = 29.46%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5B4EA (or 0xC5B4EA) is known color: Melrose. HEX triplet: C5, B4 and EA. RGB value is (197,180,234). Sum of RGB (Red+Green+Blue) = 197+180+234=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4EA is #3A4B15. Grayscale: #BFBFBF. Windows color (decimal): -3820310 or 15381701. OLE color: 15381701.

HSL color Cylindrical-coordinate representation of color #C5B4EA: hue angle of 258.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B4EA is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 180 234 -
CMYK 0.16 0.23 0 0.08
HSL 258.89º 0.56% 0.81% -
HSV(B) 258.89º 0.23% 0.92% -
XYZ 54.2 50.45 84.72 -
YUV 191.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 197 180 234 0.16 0.23 0 0.08 258.89 0.56 0.81
Hex C5 B4 EA 10 17 0 8 103 38 51
Octal 305 264 352 20 27 0 10 403 70 121
Binary 11000101 10110100 11101010 10000 10111 0 1000 100000011 111000 1010001

Color Harmonies of #C5B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4EA

Black with #C5B4EA

Text Example


Text Example

White with #C5B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4EA; }

 p { color: rgb(197,180,234); }

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

background-color css

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

 a { background-color: rgb(197,180,234); }

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

border-color css

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

 span { border-color: rgb(197,180,234); }

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