Html Css Color HEX #C5B7EC Melrose

📋 copy color: '#C5B7EC'

red 197 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C5B7EC

Tints of Melrose #C5B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.71%

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

R = 31.98%
G = 29.71%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5B7EC (or 0xC5B7EC) is known color: Melrose. HEX triplet: C5, B7 and EC. RGB value is (197,183,236). Sum of RGB (Red+Green+Blue) = 197+183+236=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7EC is #3A4813. Grayscale: #C1C1C1. Windows color (decimal): -3819540 or 15513541. OLE color: 15513541.

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

Color convert

RGB 197 183 236 -
CMYK 0.17 0.22 0 0.07
HSL 255.85º 0.58% 0.82% -
HSV(B) 255.85º 0.22% 0.93% -
XYZ 55.1 51.79 86.45 -
YUV 193.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 197 183 236 0.17 0.22 0 0.07 255.85 0.58 0.82
Hex C5 B7 EC 11 16 0 7 100 3A 52
Octal 305 267 354 21 26 0 7 400 72 122
Binary 11000101 10110111 11101100 10001 10110 0 111 100000000 111010 1010010

Color Harmonies of #C5B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B7EC

Black with #C5B7EC

Text Example


Text Example

White with #C5B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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