Html Css Color HEX #C5B6F3 Melrose

📋 copy color: '#C5B6F3'

red 197 ◦ green 182 ◦ blue 243

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

Shades of Melrose #C5B6F3

Tints of Melrose #C5B6F3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

 BLUE value IS 243 (95.31% from 255) = 39.07%

R = 31.67%
G = 29.26%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5B6F3 (or 0xC5B6F3) is known color: Melrose. HEX triplet: C5, B6 and F3. RGB value is (197,182,243). Sum of RGB (Red+Green+Blue) = 197+182+243=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5B6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6F3 is #3A490C. Grayscale: #C1C1C1. Windows color (decimal): -3819789 or 15972037. OLE color: 15972037.

HSL color Cylindrical-coordinate representation of color #C5B6F3: hue angle of 254.75º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B6F3 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 182 243 -
CMYK 0.19 0.25 0 0.05
HSL 254.75º 0.72% 0.83% -
HSV(B) 254.75º 0.25% 0.95% -
XYZ 55.93 51.8 91.84 -
YUV 193.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 197 182 243 0.19 0.25 0 0.05 254.75 0.72 0.83
Hex C5 B6 F3 13 19 0 5 FF 48 53
Octal 305 266 363 23 31 0 5 377 110 123
Binary 11000101 10110110 11110011 10011 11001 0 101 11111111 1001000 1010011

Color Harmonies of #C5B6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B6F3

Black with #C5B6F3

Text Example


Text Example

White with #C5B6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B6F3; }

 p { color: rgb(197,182,243); }

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

background-color css

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

 a { background-color: rgb(197,182,243); }

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

border-color css

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

 span { border-color: rgb(197,182,243); }

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