Html Css Color HEX #C4B9DC Melrose

📋 copy color: '#C4B9DC'

red 196 ◦ green 185 ◦ blue 220

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

Shades of Melrose #C4B9DC

Tints of Melrose #C4B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.78%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 32.61%
G = 30.78%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4B9DC (or 0xC4B9DC) is known color: Melrose. HEX triplet: C4, B9 and DC. RGB value is (196,185,220). Sum of RGB (Red+Green+Blue) = 196+185+220=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9DC is #3B4623. Grayscale: #C0C0C0. Windows color (decimal): -3884580 or 14465476. OLE color: 14465476.

HSL color Cylindrical-coordinate representation of color #C4B9DC: hue angle of 258.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B9DC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 185 220 -
CMYK 0.11 0.16 0 0.14
HSL 258.86º 0.33% 0.79% -
HSV(B) 258.86º 0.16% 0.86% -
XYZ 53.03 51.6 74.88 -
YUV 192.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 196 185 220 0.11 0.16 0 0.14 258.86 0.33 0.79
Hex C4 B9 DC B 10 0 E 103 21 4F
Octal 304 271 334 13 20 0 16 403 41 117
Binary 11000100 10111001 11011100 1011 10000 0 1110 100000011 100001 1001111

Color Harmonies of #C4B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9DC

Black with #C4B9DC

Text Example


Text Example

White with #C4B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9DC; }

 p { color: rgb(196,185,220); }

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

background-color css

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

 a { background-color: rgb(196,185,220); }

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

border-color css

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

 span { border-color: rgb(196,185,220); }

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