Html Css Color HEX #C4B0E8 Melrose

📋 copy color: '#C4B0E8'

red 196 ◦ green 176 ◦ blue 232

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

Shades of Melrose #C4B0E8

Tints of Melrose #C4B0E8

RGB

 RED value IS 196 (76.95% from 255) = 32.45%

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

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 32.45%
G = 29.14%
B = 38.41%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4B0E8 (or 0xC4B0E8) is known color: Melrose. HEX triplet: C4, B0 and E8. RGB value is (196,176,232). Sum of RGB (Red+Green+Blue) = 196+176+232=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4B0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0E8 is #3B4F17. Grayscale: #BCBCBC. Windows color (decimal): -3886872 or 15249604. OLE color: 15249604.

HSL color Cylindrical-coordinate representation of color #C4B0E8: hue angle of 261.43º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B0E8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 176 232 -
CMYK 0.16 0.24 0 0.09
HSL 261.43º 0.55% 0.8% -
HSV(B) 261.43º 0.24% 0.91% -
XYZ 52.86 48.61 82.94 -
YUV 188.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 196 176 232 0.16 0.24 0 0.09 261.43 0.55 0.8
Hex C4 B0 E8 10 18 0 9 105 37 50
Octal 304 260 350 20 30 0 11 405 67 120
Binary 11000100 10110000 11101000 10000 11000 0 1001 100000101 110111 1010000

Color Harmonies of #C4B0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B0E8

Black with #C4B0E8

Text Example


Text Example

White with #C4B0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B0E8; }

 p { color: rgb(196,176,232); }

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

background-color css

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

 a { background-color: rgb(196,176,232); }

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

border-color css

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

 span { border-color: rgb(196,176,232); }

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