Html Css Color HEX #C5B9EC Melrose

📋 copy color: '#C5B9EC'

red 197 ◦ green 185 ◦ blue 236

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

Shades of Melrose #C5B9EC

Tints of Melrose #C5B9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 31.88%
G = 29.94%
B = 38.19%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5B9EC (or 0xC5B9EC) is known color: Melrose. HEX triplet: C5, B9 and EC. RGB value is (197,185,236). Sum of RGB (Red+Green+Blue) = 197+185+236=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EC is #3A4613. Grayscale: #C2C2C2. Windows color (decimal): -3819028 or 15514053. OLE color: 15514053.

HSL color Cylindrical-coordinate representation of color #C5B9EC: hue angle of 254.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B9EC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 185 236 -
CMYK 0.17 0.22 0 0.07
HSL 254.12º 0.57% 0.83% -
HSV(B) 254.12º 0.22% 0.93% -
XYZ 55.52 52.62 86.59 -
YUV 194.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 197 185 236 0.17 0.22 0 0.07 254.12 0.57 0.83
Hex C5 B9 EC 11 16 0 7 FE 39 53
Octal 305 271 354 21 26 0 7 376 71 123
Binary 11000101 10111001 11101100 10001 10110 0 111 11111110 111001 1010011

Color Harmonies of #C5B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9EC

Black with #C5B9EC

Text Example


Text Example

White with #C5B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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