Html Css Color HEX #C6C1D1 Melrose

📋 copy color: '#C6C1D1'

red 198 ◦ green 193 ◦ blue 209

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

Shades of Melrose #C6C1D1

Tints of Melrose #C6C1D1

RGB

 RED value IS 198 (77.73% from 255) = 33%

 GREEN value IS 193 (75.78% from 255) = 32.17%

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 33%
G = 32.17%
B = 34.83%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C6C1D1 (or 0xC6C1D1) is known color: Melrose. HEX triplet: C6, C1 and D1. RGB value is (198,193,209). Sum of RGB (Red+Green+Blue) = 198+193+209=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6C1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1D1 is #393E2E. Grayscale: #C4C4C4. Windows color (decimal): -3751471 or 13746630. OLE color: 13746630.

HSL color Cylindrical-coordinate representation of color #C6C1D1: hue angle of 258.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C1D1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 193 209 -
CMYK 0.05 0.08 0 0.18
HSL 258.75º 0.15% 0.79% -
HSV(B) 258.75º 0.08% 0.82% -
XYZ 53.87 54.75 68.05 -
YUV 196.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 198 193 209 0.05 0.08 0 0.18 258.75 0.15 0.79
Hex C6 C1 D1 5 8 0 12 103 F 4F
Octal 306 301 321 5 10 0 22 403 17 117
Binary 11000110 11000001 11010001 101 1000 0 10010 100000011 1111 1001111

Color Harmonies of #C6C1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C1D1

Black with #C6C1D1

Text Example


Text Example

White with #C6C1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C1D1; }

 p { color: rgb(198,193,209); }

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

background-color css

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

 a { background-color: rgb(198,193,209); }

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

border-color css

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

 span { border-color: rgb(198,193,209); }

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