Html Css Color HEX #C7B7EC Melrose

📋 copy color: '#C7B7EC'

red 199 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C7B7EC

Tints of Melrose #C7B7EC

RGB

 RED value IS 199 (78.13% from 255) = 32.2%

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

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

R = 32.2%
G = 29.61%
B = 38.19%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7B7EC (or 0xC7B7EC) is known color: Melrose. HEX triplet: C7, B7 and EC. RGB value is (199,183,236). Sum of RGB (Red+Green+Blue) = 199+183+236=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7EC is #384813. Grayscale: #C1C1C1. Windows color (decimal): -3688468 or 15513543. OLE color: 15513543.

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

Color convert

RGB 199 183 236 -
CMYK 0.16 0.22 0 0.07
HSL 258.11º 0.58% 0.82% -
HSV(B) 258.11º 0.22% 0.93% -
XYZ 55.63 52.07 86.47 -
YUV 193.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 199 183 236 0.16 0.22 0 0.07 258.11 0.58 0.82
Hex C7 B7 EC 10 16 0 7 102 3A 52
Octal 307 267 354 20 26 0 7 402 72 122
Binary 11000111 10110111 11101100 10000 10110 0 111 100000010 111010 1010010

Color Harmonies of #C7B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B7EC

Black with #C7B7EC

Text Example


Text Example

White with #C7B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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