Html Css Color HEX #C5B5EF Melrose

📋 copy color: '#C5B5EF'

red 197 ◦ green 181 ◦ blue 239

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

Shades of Melrose #C5B5EF

Tints of Melrose #C5B5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.34%

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

R = 31.93%
G = 29.34%
B = 38.74%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5B5EF (or 0xC5B5EF) is known color: Melrose. HEX triplet: C5, B5 and EF. RGB value is (197,181,239). Sum of RGB (Red+Green+Blue) = 197+181+239=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5EF is #3A4A10. Grayscale: #C0C0C0. Windows color (decimal): -3820049 or 15709637. OLE color: 15709637.

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

Color convert

RGB 197 181 239 -
CMYK 0.18 0.24 0 0.06
HSL 256.55º 0.64% 0.82% -
HSV(B) 256.55º 0.24% 0.94% -
XYZ 55.13 51.15 88.63 -
YUV 192.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 197 181 239 0.18 0.24 0 0.06 256.55 0.64 0.82
Hex C5 B5 EF 12 18 0 6 101 40 52
Octal 305 265 357 22 30 0 6 401 100 122
Binary 11000101 10110101 11101111 10010 11000 0 110 100000001 1000000 1010010

Color Harmonies of #C5B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5EF

Black with #C5B5EF

Text Example


Text Example

White with #C5B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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