Html Css Color HEX #C8B5EC Melrose

📋 copy color: '#C8B5EC'

red 200 ◦ green 181 ◦ blue 236

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

Shades of Melrose #C8B5EC

Tints of Melrose #C8B5EC

RGB

 RED value IS 200 (78.52% from 255) = 32.41%

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 32.41%
G = 29.34%
B = 38.25%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8B5EC (or 0xC8B5EC) is known color: Melrose. HEX triplet: C8, B5 and EC. RGB value is (200,181,236). Sum of RGB (Red+Green+Blue) = 200+181+236=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5EC is #374A13. Grayscale: #C0C0C0. Windows color (decimal): -3623444 or 15513032. OLE color: 15513032.

HSL color Cylindrical-coordinate representation of color #C8B5EC: hue angle of 260.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B5EC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 181 236 -
CMYK 0.15 0.23 0 0.07
HSL 260.73º 0.59% 0.82% -
HSV(B) 260.73º 0.23% 0.93% -
XYZ 55.48 51.38 86.35 -
YUV 192.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 200 181 236 0.15 0.23 0 0.07 260.73 0.59 0.82
Hex C8 B5 EC F 17 0 7 105 3B 52
Octal 310 265 354 17 27 0 7 405 73 122
Binary 11001000 10110101 11101100 1111 10111 0 111 100000101 111011 1010010

Color Harmonies of #C8B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5EC

Black with #C8B5EC

Text Example


Text Example

White with #C8B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5EC; }

 p { color: rgb(200,181,236); }

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

background-color css

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

 a { background-color: rgb(200,181,236); }

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

border-color css

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

 span { border-color: rgb(200,181,236); }

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