Html Css Color HEX #C5C1EB Melrose

📋 copy color: '#C5C1EB'

red 197 ◦ green 193 ◦ blue 235

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

Shades of Melrose #C5C1EB

Tints of Melrose #C5C1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.88%

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

R = 31.52%
G = 30.88%
B = 37.6%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5C1EB (or 0xC5C1EB) is known color: Melrose. HEX triplet: C5, C1 and EB. RGB value is (197,193,235). Sum of RGB (Red+Green+Blue) = 197+193+235=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C1EB is #3A3E14. Grayscale: #C6C6C6. Windows color (decimal): -3816981 or 15450565. OLE color: 15450565.

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

Color convert

RGB 197 193 235 -
CMYK 0.16 0.18 0 0.08
HSL 245.71º 0.51% 0.84% -
HSV(B) 245.71º 0.18% 0.92% -
XYZ 57.09 56.01 86.4 -
YUV 198.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 197 193 235 0.16 0.18 0 0.08 245.71 0.51 0.84
Hex C5 C1 EB 10 12 0 8 F6 33 54
Octal 305 301 353 20 22 0 10 366 63 124
Binary 11000101 11000001 11101011 10000 10010 0 1000 11110110 110011 1010100

Color Harmonies of #C5C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C1EB

Black with #C5C1EB

Text Example


Text Example

White with #C5C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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