Html Css Color HEX #C5B8E9 Melrose

📋 copy color: '#C5B8E9'

red 197 ◦ green 184 ◦ blue 233

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

Shades of Melrose #C5B8E9

Tints of Melrose #C5B8E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 32.08%
G = 29.97%
B = 37.95%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5B8E9 (or 0xC5B8E9) is known color: Melrose. HEX triplet: C5, B8 and E9. RGB value is (197,184,233). Sum of RGB (Red+Green+Blue) = 197+184+233=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5B8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8E9 is #3A4716. Grayscale: #C1C1C1. Windows color (decimal): -3819287 or 15317189. OLE color: 15317189.

HSL color Cylindrical-coordinate representation of color #C5B8E9: hue angle of 255.92º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5B8E9 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 184 233 -
CMYK 0.15 0.21 0 0.09
HSL 255.92º 0.53% 0.82% -
HSV(B) 255.92º 0.21% 0.91% -
XYZ 54.87 52.03 84.24 -
YUV 193.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 197 184 233 0.15 0.21 0 0.09 255.92 0.53 0.82
Hex C5 B8 E9 F 15 0 9 100 35 52
Octal 305 270 351 17 25 0 11 400 65 122
Binary 11000101 10111000 11101001 1111 10101 0 1001 100000000 110101 1010010

Color Harmonies of #C5B8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8E9

Black with #C5B8E9

Text Example


Text Example

White with #C5B8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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