Html Css Color HEX #C6BDDB Melrose

📋 copy color: '#C6BDDB'

red 198 ◦ green 189 ◦ blue 219

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

Shades of Melrose #C6BDDB

Tints of Melrose #C6BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 32.67%
G = 31.19%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6BDDB (or 0xC6BDDB) is known color: Melrose. HEX triplet: C6, BD and DB. RGB value is (198,189,219). Sum of RGB (Red+Green+Blue) = 198+189+219=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDB is #394224. Grayscale: #C3C3C3. Windows color (decimal): -3752485 or 14400966. OLE color: 14400966.

HSL color Cylindrical-coordinate representation of color #C6BDDB: hue angle of 258º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BDDB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 189 219 -
CMYK 0.10 0.14 0 0.14
HSL 258º 0.29% 0.8% -
HSV(B) 258º 0.14% 0.86% -
XYZ 54.27 53.52 74.49 -
YUV 195.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 198 189 219 0.10 0.14 0 0.14 258 0.29 0.8
Hex C6 BD DB A E 0 E 102 1D 50
Octal 306 275 333 12 16 0 16 402 35 120
Binary 11000110 10111101 11011011 1010 1110 0 1110 100000010 11101 1010000

Color Harmonies of #C6BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDDB

Black with #C6BDDB

Text Example


Text Example

White with #C6BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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