Html Css Color HEX #C5B0EE Melrose

📋 copy color: '#C5B0EE'

red 197 ◦ green 176 ◦ blue 238

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

Shades of Melrose #C5B0EE

Tints of Melrose #C5B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.81%

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 32.24%
G = 28.81%
B = 38.95%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5B0EE (or 0xC5B0EE) is known color: Melrose. HEX triplet: C5, B0 and EE. RGB value is (197,176,238). Sum of RGB (Red+Green+Blue) = 197+176+238=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0EE is #3A4F11. Grayscale: #BDBDBD. Windows color (decimal): -3821330 or 15642821. OLE color: 15642821.

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

Color convert

RGB 197 176 238 -
CMYK 0.17 0.26 0 0.07
HSL 260.32º 0.65% 0.81% -
HSV(B) 260.32º 0.26% 0.93% -
XYZ 53.98 49.09 87.52 -
YUV 189.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 197 176 238 0.17 0.26 0 0.07 260.32 0.65 0.81
Hex C5 B0 EE 11 1A 0 7 104 41 51
Octal 305 260 356 21 32 0 7 404 101 121
Binary 11000101 10110000 11101110 10001 11010 0 111 100000100 1000001 1010001

Color Harmonies of #C5B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0EE

Black with #C5B0EE

Text Example


Text Example

White with #C5B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0EE; }

 p { color: rgb(197,176,238); }

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

background-color css

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

 a { background-color: rgb(197,176,238); }

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

border-color css

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

 span { border-color: rgb(197,176,238); }

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