Html Css Color HEX #C5BED8 Melrose

📋 copy color: '#C5BED8'

red 197 ◦ green 190 ◦ blue 216

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

Shades of Melrose #C5BED8

Tints of Melrose #C5BED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.51%

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

R = 32.67%
G = 31.51%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5BED8 (or 0xC5BED8) is known color: Melrose. HEX triplet: C5, BE and D8. RGB value is (197,190,216). Sum of RGB (Red+Green+Blue) = 197+190+216=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED8 is #3A4127. Grayscale: #C2C2C2. Windows color (decimal): -3817768 or 14204613. OLE color: 14204613.

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

Color convert

RGB 197 190 216 -
CMYK 0.09 0.12 0 0.15
HSL 256.15º 0.25% 0.8% -
HSV(B) 256.15º 0.12% 0.85% -
XYZ 53.83 53.66 72.48 -
YUV 195.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 197 190 216 0.09 0.12 0 0.15 256.15 0.25 0.8
Hex C5 BE D8 9 C 0 F 100 19 50
Octal 305 276 330 11 14 0 17 400 31 120
Binary 11000101 10111110 11011000 1001 1100 0 1111 100000000 11001 1010000

Color Harmonies of #C5BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BED8

Black with #C5BED8

Text Example


Text Example

White with #C5BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BED8; }

 p { color: rgb(197,190,216); }

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

background-color css

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

 a { background-color: rgb(197,190,216); }

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

border-color css

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

 span { border-color: rgb(197,190,216); }

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