Html Css Color HEX #C5B4EF Melrose

📋 copy color: '#C5B4EF'

red 197 ◦ green 180 ◦ blue 239

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

Shades of Melrose #C5B4EF

Tints of Melrose #C5B4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.22%

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 31.98%
G = 29.22%
B = 38.8%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5B4EF (or 0xC5B4EF) is known color: Melrose. HEX triplet: C5, B4 and EF. RGB value is (197,180,239). Sum of RGB (Red+Green+Blue) = 197+180+239=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4EF is #3A4B10. Grayscale: #BFBFBF. Windows color (decimal): -3820305 or 15709381. OLE color: 15709381.

HSL color Cylindrical-coordinate representation of color #C5B4EF: hue angle of 257.29º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B4EF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 180 239 -
CMYK 0.18 0.25 0 0.06
HSL 257.29º 0.65% 0.82% -
HSV(B) 257.29º 0.25% 0.94% -
XYZ 54.93 50.74 88.56 -
YUV 191.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 197 180 239 0.18 0.25 0 0.06 257.29 0.65 0.82
Hex C5 B4 EF 12 19 0 6 101 41 52
Octal 305 264 357 22 31 0 6 401 101 122
Binary 11000101 10110100 11101111 10010 11001 0 110 100000001 1000001 1010010

Color Harmonies of #C5B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4EF

Black with #C5B4EF

Text Example


Text Example

White with #C5B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4EF; }

 p { color: rgb(197,180,239); }

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

background-color css

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

 a { background-color: rgb(197,180,239); }

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

border-color css

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

 span { border-color: rgb(197,180,239); }

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