Html Css Color HEX #C6BBDA Melrose

📋 copy color: '#C6BBDA'

red 198 ◦ green 187 ◦ blue 218

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

Shades of Melrose #C6BBDA

Tints of Melrose #C6BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 32.84%
G = 31.01%
B = 36.15%

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

#C6BBDA (or 0xC6BBDA) is known color: Melrose. HEX triplet: C6, BB and DA. RGB value is (198,187,218). Sum of RGB (Red+Green+Blue) = 198+187+218=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBDA is #394425. Grayscale: #C1C1C1. Windows color (decimal): -3752998 or 14334918. OLE color: 14334918.

HSL color Cylindrical-coordinate representation of color #C6BBDA: hue angle of 261.29º degrees, saturation: 0.3, 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 #C6BBDA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 187 218 -
CMYK 0.09 0.14 0 0.15
HSL 261.29º 0.3% 0.79% -
HSV(B) 261.29º 0.14% 0.85% -
XYZ 53.71 52.61 73.65 -
YUV 193.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 198 187 218 0.09 0.14 0 0.15 261.29 0.3 0.79
Hex C6 BB DA 9 E 0 F 105 1E 4F
Octal 306 273 332 11 16 0 17 405 36 117
Binary 11000110 10111011 11011010 1001 1110 0 1111 100000101 11110 1001111

Color Harmonies of #C6BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBDA

Black with #C6BBDA

Text Example


Text Example

White with #C6BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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