Html Css Color HEX #C5B8EB Melrose

📋 copy color: '#C5B8EB'

red 197 ◦ green 184 ◦ blue 235

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

Shades of Melrose #C5B8EB

Tints of Melrose #C5B8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 31.98%
G = 29.87%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5B8EB (or 0xC5B8EB) is known color: Melrose. HEX triplet: C5, B8 and EB. RGB value is (197,184,235). Sum of RGB (Red+Green+Blue) = 197+184+235=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8EB is #3A4714. Grayscale: #C1C1C1. Windows color (decimal): -3819285 or 15448261. OLE color: 15448261.

HSL color Cylindrical-coordinate representation of color #C5B8EB: hue angle of 255.29º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B8EB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 184 235 -
CMYK 0.16 0.22 0 0.08
HSL 255.29º 0.56% 0.82% -
HSV(B) 255.29º 0.22% 0.92% -
XYZ 55.16 52.15 85.76 -
YUV 193.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 197 184 235 0.16 0.22 0 0.08 255.29 0.56 0.82
Hex C5 B8 EB 10 16 0 8 FF 38 52
Octal 305 270 353 20 26 0 10 377 70 122
Binary 11000101 10111000 11101011 10000 10110 0 1000 11111111 111000 1010010

Color Harmonies of #C5B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8EB

Black with #C5B8EB

Text Example


Text Example

White with #C5B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8EB; }

 p { color: rgb(197,184,235); }

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

background-color css

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

 a { background-color: rgb(197,184,235); }

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

border-color css

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

 span { border-color: rgb(197,184,235); }

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