Html Css Color HEX #C4B7EC Melrose

📋 copy color: '#C4B7EC'

red 196 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C4B7EC

Tints of Melrose #C4B7EC

RGB

 RED value IS 196 (76.95% from 255) = 31.87%

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

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

R = 31.87%
G = 29.76%
B = 38.37%

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

#C4B7EC (or 0xC4B7EC) is known color: Melrose. HEX triplet: C4, B7 and EC. RGB value is (196,183,236). Sum of RGB (Red+Green+Blue) = 196+183+236=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B7EC is #3B4813. Grayscale: #C0C0C0. Windows color (decimal): -3885076 or 15513540. OLE color: 15513540.

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

Color convert

RGB 196 183 236 -
CMYK 0.17 0.22 0 0.07
HSL 254.72º 0.58% 0.82% -
HSV(B) 254.72º 0.22% 0.93% -
XYZ 54.84 51.66 86.44 -
YUV 192.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 196 183 236 0.17 0.22 0 0.07 254.72 0.58 0.82
Hex C4 B7 EC 11 16 0 7 FF 3A 52
Octal 304 267 354 21 26 0 7 377 72 122
Binary 11000100 10110111 11101100 10001 10110 0 111 11111111 111010 1010010

Color Harmonies of #C4B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7EC

Black with #C4B7EC

Text Example


Text Example

White with #C4B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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