Html Css Color HEX #C2B7EC Melrose

📋 copy color: '#C2B7EC'

red 194 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C2B7EC

Tints of Melrose #C2B7EC

RGB

 RED value IS 194 (76.17% from 255) = 31.65%

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

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

R = 31.65%
G = 29.85%
B = 38.5%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2B7EC (or 0xC2B7EC) is known color: Melrose. HEX triplet: C2, B7 and EC. RGB value is (194,183,236). Sum of RGB (Red+Green+Blue) = 194+183+236=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B7EC is #3D4813. Grayscale: #C0C0C0. Windows color (decimal): -4016148 or 15513538. OLE color: 15513538.

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

Color convert

RGB 194 183 236 -
CMYK 0.18 0.22 0 0.07
HSL 252.45º 0.58% 0.82% -
HSV(B) 252.45º 0.22% 0.93% -
XYZ 54.32 51.39 86.41 -
YUV 192.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 194 183 236 0.18 0.22 0 0.07 252.45 0.58 0.82
Hex C2 B7 EC 12 16 0 7 FC 3A 52
Octal 302 267 354 22 26 0 7 374 72 122
Binary 11000010 10110111 11101100 10010 10110 0 111 11111100 111010 1010010

Color Harmonies of #C2B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7EC

Black with #C2B7EC

Text Example


Text Example

White with #C2B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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