Html Css Color HEX #C5BBDB Melrose

📋 copy color: '#C5BBDB'

red 197 ◦ green 187 ◦ blue 219

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

Shades of Melrose #C5BBDB

Tints of Melrose #C5BBDB

RGB

 RED value IS 197 (77.34% from 255) = 32.67%

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

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

R = 32.67%
G = 31.01%
B = 36.32%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5BBDB (or 0xC5BBDB) is known color: Melrose. HEX triplet: C5, BB and DB. RGB value is (197,187,219). Sum of RGB (Red+Green+Blue) = 197+187+219=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBDB is #3A4424. Grayscale: #C1C1C1. Windows color (decimal): -3818533 or 14400453. OLE color: 14400453.

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

Color convert

RGB 197 187 219 -
CMYK 0.10 0.15 0 0.14
HSL 258.75º 0.31% 0.8% -
HSV(B) 258.75º 0.15% 0.86% -
XYZ 53.58 52.53 74.33 -
YUV 193.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 197 187 219 0.10 0.15 0 0.14 258.75 0.31 0.8
Hex C5 BB DB A F 0 E 103 1F 50
Octal 305 273 333 12 17 0 16 403 37 120
Binary 11000101 10111011 11011011 1010 1111 0 1110 100000011 11111 1010000

Color Harmonies of #C5BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBDB

Black with #C5BBDB

Text Example


Text Example

White with #C5BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBDB; }

 p { color: rgb(197,187,219); }

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

background-color css

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

 a { background-color: rgb(197,187,219); }

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

border-color css

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

 span { border-color: rgb(197,187,219); }

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