Html Css Color HEX #C5B9EB Melrose

📋 copy color: '#C5B9EB'

red 197 ◦ green 185 ◦ blue 235

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

Shades of Melrose #C5B9EB

Tints of Melrose #C5B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

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

R = 31.93%
G = 29.98%
B = 38.09%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5B9EB (or 0xC5B9EB) is known color: Melrose. HEX triplet: C5, B9 and EB. RGB value is (197,185,235). Sum of RGB (Red+Green+Blue) = 197+185+235=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EB is #3A4614. Grayscale: #C2C2C2. Windows color (decimal): -3819029 or 15448517. OLE color: 15448517.

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

Color convert

RGB 197 185 235 -
CMYK 0.16 0.21 0 0.08
HSL 254.4º 0.56% 0.82% -
HSV(B) 254.4º 0.21% 0.92% -
XYZ 55.37 52.57 85.83 -
YUV 194.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 197 185 235 0.16 0.21 0 0.08 254.4 0.56 0.82
Hex C5 B9 EB 10 15 0 8 FE 38 52
Octal 305 271 353 20 25 0 10 376 70 122
Binary 11000101 10111001 11101011 10000 10101 0 1000 11111110 111000 1010010

Color Harmonies of #C5B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9EB

Black with #C5B9EB

Text Example


Text Example

White with #C5B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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