Html Css Color HEX #C5B7EB Melrose

📋 copy color: '#C5B7EB'

red 197 ◦ green 183 ◦ blue 235

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

Shades of Melrose #C5B7EB

Tints of Melrose #C5B7EB

RGB

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

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

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

R = 32.03%
G = 29.76%
B = 38.21%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5B7EB (or 0xC5B7EB) is known color: Melrose. HEX triplet: C5, B7 and EB. RGB value is (197,183,235). Sum of RGB (Red+Green+Blue) = 197+183+235=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7EB is #3A4814. Grayscale: #C0C0C0. Windows color (decimal): -3819541 or 15448005. OLE color: 15448005.

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

Color convert

RGB 197 183 235 -
CMYK 0.16 0.22 0 0.08
HSL 256.15º 0.57% 0.82% -
HSV(B) 256.15º 0.22% 0.92% -
XYZ 54.95 51.74 85.69 -
YUV 193.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 197 183 235 0.16 0.22 0 0.08 256.15 0.57 0.82
Hex C5 B7 EB 10 16 0 8 100 39 52
Octal 305 267 353 20 26 0 10 400 71 122
Binary 11000101 10110111 11101011 10000 10110 0 1000 100000000 111001 1010010

Color Harmonies of #C5B7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B7EB

Black with #C5B7EB

Text Example


Text Example

White with #C5B7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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