Html Css Color HEX #C8B5EB Melrose

📋 copy color: '#C8B5EB'

red 200 ◦ green 181 ◦ blue 235

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

Shades of Melrose #C8B5EB

Tints of Melrose #C8B5EB

RGB

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

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

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

R = 32.47%
G = 29.38%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8B5EB (or 0xC8B5EB) is known color: Melrose. HEX triplet: C8, B5 and EB. RGB value is (200,181,235). Sum of RGB (Red+Green+Blue) = 200+181+235=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5EB is #374A14. Grayscale: #C0C0C0. Windows color (decimal): -3623445 or 15447496. OLE color: 15447496.

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

Color convert

RGB 200 181 235 -
CMYK 0.15 0.23 0 0.08
HSL 261.11º 0.57% 0.82% -
HSV(B) 261.11º 0.23% 0.92% -
XYZ 55.34 51.33 85.59 -
YUV 192.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 200 181 235 0.15 0.23 0 0.08 261.11 0.57 0.82
Hex C8 B5 EB F 17 0 8 105 39 52
Octal 310 265 353 17 27 0 10 405 71 122
Binary 11001000 10110101 11101011 1111 10111 0 1000 100000101 111001 1010010

Color Harmonies of #C8B5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5EB

Black with #C8B5EB

Text Example


Text Example

White with #C8B5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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