Html Css Color HEX #C8B0EC Melrose

📋 copy color: '#C8B0EC'

red 200 ◦ green 176 ◦ blue 236

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

Shades of Melrose #C8B0EC

Tints of Melrose #C8B0EC

RGB

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

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

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

R = 32.68%
G = 28.76%
B = 38.56%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8B0EC (or 0xC8B0EC) is known color: Melrose. HEX triplet: C8, B0 and EC. RGB value is (200,176,236). Sum of RGB (Red+Green+Blue) = 200+176+236=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0EC is #374F13. Grayscale: #BDBDBD. Windows color (decimal): -3624724 or 15511752. OLE color: 15511752.

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

Color convert

RGB 200 176 236 -
CMYK 0.15 0.25 0 0.07
HSL 264º 0.61% 0.81% -
HSV(B) 264º 0.25% 0.93% -
XYZ 54.49 49.39 86.02 -
YUV 190.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 200 176 236 0.15 0.25 0 0.07 264 0.61 0.81
Hex C8 B0 EC F 19 0 7 108 3D 51
Octal 310 260 354 17 31 0 7 410 75 121
Binary 11001000 10110000 11101100 1111 11001 0 111 100001000 111101 1010001

Color Harmonies of #C8B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B0EC

Black with #C8B0EC

Text Example


Text Example

White with #C8B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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