Html Css Color HEX #C6BBD8 Melrose

📋 copy color: '#C6BBD8'

red 198 ◦ green 187 ◦ blue 216

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

Shades of Melrose #C6BBD8

Tints of Melrose #C6BBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 32.95%
G = 31.11%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6BBD8 (or 0xC6BBD8) is known color: Melrose. HEX triplet: C6, BB and D8. RGB value is (198,187,216). Sum of RGB (Red+Green+Blue) = 198+187+216=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD8 is #394427. Grayscale: #C1C1C1. Windows color (decimal): -3753000 or 14203846. OLE color: 14203846.

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

Color convert

RGB 198 187 216 -
CMYK 0.08 0.13 0 0.15
HSL 262.76º 0.27% 0.79% -
HSV(B) 262.76º 0.13% 0.85% -
XYZ 53.45 52.5 72.28 -
YUV 193.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 198 187 216 0.08 0.13 0 0.15 262.76 0.27 0.79
Hex C6 BB D8 8 D 0 F 107 1B 4F
Octal 306 273 330 10 15 0 17 407 33 117
Binary 11000110 10111011 11011000 1000 1101 0 1111 100000111 11011 1001111

Color Harmonies of #C6BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBD8

Black with #C6BBD8

Text Example


Text Example

White with #C6BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBD8; }

 p { color: rgb(198,187,216); }

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

background-color css

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

 a { background-color: rgb(198,187,216); }

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

border-color css

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

 span { border-color: rgb(198,187,216); }

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