Html Css Color HEX #C6BBD9 Melrose

📋 copy color: '#C6BBD9'

red 198 ◦ green 187 ◦ blue 217

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

Shades of Melrose #C6BBD9

Tints of Melrose #C6BBD9

RGB

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

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

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

R = 32.89%
G = 31.06%
B = 36.05%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6BBD9 (or 0xC6BBD9) is known color: Melrose. HEX triplet: C6, BB and D9. RGB value is (198,187,217). Sum of RGB (Red+Green+Blue) = 198+187+217=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD9 is #394426. Grayscale: #C1C1C1. Windows color (decimal): -3752999 or 14269382. OLE color: 14269382.

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

Color convert

RGB 198 187 217 -
CMYK 0.09 0.14 0 0.15
HSL 262º 0.28% 0.79% -
HSV(B) 262º 0.14% 0.85% -
XYZ 53.58 52.56 72.97 -
YUV 193.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 198 187 217 0.09 0.14 0 0.15 262 0.28 0.79
Hex C6 BB D9 9 E 0 F 106 1C 4F
Octal 306 273 331 11 16 0 17 406 34 117
Binary 11000110 10111011 11011001 1001 1110 0 1111 100000110 11100 1001111

Color Harmonies of #C6BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBD9

Black with #C6BBD9

Text Example


Text Example

White with #C6BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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