Html Css Color HEX #C4B3E2 Melrose

📋 copy color: '#C4B3E2'

red 196 ◦ green 179 ◦ blue 226

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

Shades of Melrose #C4B3E2

Tints of Melrose #C4B3E2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.78%

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 32.61%
G = 29.78%
B = 37.6%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C4B3E2 (or 0xC4B3E2) is known color: Melrose. HEX triplet: C4, B3 and E2. RGB value is (196,179,226). Sum of RGB (Red+Green+Blue) = 196+179+226=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #C4B3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3E2 is #3B4C1D. Grayscale: #BDBDBD. Windows color (decimal): -3886110 or 14857156. OLE color: 14857156.

HSL color Cylindrical-coordinate representation of color #C4B3E2: hue angle of 261.7º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4B3E2 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 179 226 -
CMYK 0.13 0.21 0 0.11
HSL 261.7º 0.45% 0.79% -
HSV(B) 261.7º 0.21% 0.89% -
XYZ 52.61 49.47 78.73 -
YUV 189.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 196 179 226 0.13 0.21 0 0.11 261.7 0.45 0.79
Hex C4 B3 E2 D 15 0 B 106 2D 4F
Octal 304 263 342 15 25 0 13 406 55 117
Binary 11000100 10110011 11100010 1101 10101 0 1011 100000110 101101 1001111

Color Harmonies of #C4B3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B3E2

Black with #C4B3E2

Text Example


Text Example

White with #C4B3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B3E2; }

 p { color: rgb(196,179,226); }

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

background-color css

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

 a { background-color: rgb(196,179,226); }

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

border-color css

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

 span { border-color: rgb(196,179,226); }

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