Html Css Color HEX #C6BDD9 Melrose

📋 copy color: '#C6BDD9'

red 198 ◦ green 189 ◦ blue 217

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

Shades of Melrose #C6BDD9

Tints of Melrose #C6BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 217 (85.16% from 255) = 35.93%

R = 32.78%
G = 31.29%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6BDD9 (or 0xC6BDD9) is known color: Melrose. HEX triplet: C6, BD and D9. RGB value is (198,189,217). Sum of RGB (Red+Green+Blue) = 198+189+217=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDD9 is #394226. Grayscale: #C2C2C2. Windows color (decimal): -3752487 or 14269894. OLE color: 14269894.

HSL color Cylindrical-coordinate representation of color #C6BDD9: hue angle of 259.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6BDD9 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 189 217 -
CMYK 0.09 0.13 0 0.15
HSL 259.29º 0.27% 0.8% -
HSV(B) 259.29º 0.13% 0.85% -
XYZ 54.01 53.41 73.11 -
YUV 194.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 198 189 217 0.09 0.13 0 0.15 259.29 0.27 0.8
Hex C6 BD D9 9 D 0 F 103 1B 50
Octal 306 275 331 11 15 0 17 403 33 120
Binary 11000110 10111101 11011001 1001 1101 0 1111 100000011 11011 1010000

Color Harmonies of #C6BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDD9

Black with #C6BDD9

Text Example


Text Example

White with #C6BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDD9; }

 p { color: rgb(198,189,217); }

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

background-color css

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

 a { background-color: rgb(198,189,217); }

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

border-color css

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

 span { border-color: rgb(198,189,217); }

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