Html Css Color HEX #C5BDDB Melrose

📋 copy color: '#C5BDDB'

red 197 ◦ green 189 ◦ blue 219

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

Shades of Melrose #C5BDDB

Tints of Melrose #C5BDDB

RGB

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

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

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

R = 32.56%
G = 31.24%
B = 36.2%

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

#C5BDDB (or 0xC5BDDB) is known color: Melrose. HEX triplet: C5, BD and DB. RGB value is (197,189,219). Sum of RGB (Red+Green+Blue) = 197+189+219=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDB is #3A4224. Grayscale: #C2C2C2. Windows color (decimal): -3818021 or 14400965. OLE color: 14400965.

HSL color Cylindrical-coordinate representation of color #C5BDDB: hue angle of 256º 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 #C5BDDB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 189 219 -
CMYK 0.10 0.14 0 0.14
HSL 256º 0.29% 0.8% -
HSV(B) 256º 0.14% 0.86% -
XYZ 54.01 53.38 74.47 -
YUV 194.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 197 189 219 0.10 0.14 0 0.14 256 0.29 0.8
Hex C5 BD DB A E 0 E 100 1D 50
Octal 305 275 333 12 16 0 16 400 35 120
Binary 11000101 10111101 11011011 1010 1110 0 1110 100000000 11101 1010000

Color Harmonies of #C5BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDDB

Black with #C5BDDB

Text Example


Text Example

White with #C5BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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