Html Css Color HEX #C4B6DF Melrose

📋 copy color: '#C4B6DF'

red 196 ◦ green 182 ◦ blue 223

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

Shades of Melrose #C4B6DF

Tints of Melrose #C4B6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.28%

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 32.61%
G = 30.28%
B = 37.1%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4B6DF (or 0xC4B6DF) is known color: Melrose. HEX triplet: C4, B6 and DF. RGB value is (196,182,223). Sum of RGB (Red+Green+Blue) = 196+182+223=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B6DF is #3B4920. Grayscale: #BEBEBE. Windows color (decimal): -3885345 or 14661316. OLE color: 14661316.

HSL color Cylindrical-coordinate representation of color #C4B6DF: hue angle of 260.49º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B6DF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 182 223 -
CMYK 0.12 0.18 0 0.13
HSL 260.49º 0.39% 0.79% -
HSV(B) 260.49º 0.18% 0.87% -
XYZ 52.81 50.52 76.78 -
YUV 190.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 196 182 223 0.12 0.18 0 0.13 260.49 0.39 0.79
Hex C4 B6 DF C 12 0 D 104 27 4F
Octal 304 266 337 14 22 0 15 404 47 117
Binary 11000100 10110110 11011111 1100 10010 0 1101 100000100 100111 1001111

Color Harmonies of #C4B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B6DF

Black with #C4B6DF

Text Example


Text Example

White with #C4B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B6DF; }

 p { color: rgb(196,182,223); }

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

background-color css

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

 a { background-color: rgb(196,182,223); }

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

border-color css

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

 span { border-color: rgb(196,182,223); }

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