Html Css Color HEX #C5B5EC Melrose

📋 copy color: '#C5B5EC'

red 197 ◦ green 181 ◦ blue 236

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

Shades of Melrose #C5B5EC

Tints of Melrose #C5B5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

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

R = 32.08%
G = 29.48%
B = 38.44%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5B5EC (or 0xC5B5EC) is known color: Melrose. HEX triplet: C5, B5 and EC. RGB value is (197,181,236). Sum of RGB (Red+Green+Blue) = 197+181+236=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5EC is #3A4A13. Grayscale: #BFBFBF. Windows color (decimal): -3820052 or 15513029. OLE color: 15513029.

HSL color Cylindrical-coordinate representation of color #C5B5EC: hue angle of 257.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B5EC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 181 236 -
CMYK 0.17 0.23 0 0.07
HSL 257.45º 0.59% 0.82% -
HSV(B) 257.45º 0.23% 0.93% -
XYZ 54.69 50.97 86.31 -
YUV 192.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 197 181 236 0.17 0.23 0 0.07 257.45 0.59 0.82
Hex C5 B5 EC 11 17 0 7 101 3B 52
Octal 305 265 354 21 27 0 7 401 73 122
Binary 11000101 10110101 11101100 10001 10111 0 111 100000001 111011 1010010

Color Harmonies of #C5B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5EC

Black with #C5B5EC

Text Example


Text Example

White with #C5B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5EC; }

 p { color: rgb(197,181,236); }

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

background-color css

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

 a { background-color: rgb(197,181,236); }

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

border-color css

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

 span { border-color: rgb(197,181,236); }

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