Html Css Color HEX #C4B4EA Melrose

📋 copy color: '#C4B4EA'

red 196 ◦ green 180 ◦ blue 234

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

Shades of Melrose #C4B4EA

Tints of Melrose #C4B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.51%

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 32.13%
G = 29.51%
B = 38.36%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4B4EA (or 0xC4B4EA) is known color: Melrose. HEX triplet: C4, B4 and EA. RGB value is (196,180,234). Sum of RGB (Red+Green+Blue) = 196+180+234=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B4EA is #3B4B15. Grayscale: #BEBEBE. Windows color (decimal): -3885846 or 15381700. OLE color: 15381700.

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

Color convert

RGB 196 180 234 -
CMYK 0.16 0.23 0 0.08
HSL 257.78º 0.56% 0.81% -
HSV(B) 257.78º 0.23% 0.92% -
XYZ 53.94 50.32 84.71 -
YUV 190.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 196 180 234 0.16 0.23 0 0.08 257.78 0.56 0.81
Hex C4 B4 EA 10 17 0 8 102 38 51
Octal 304 264 352 20 27 0 10 402 70 121
Binary 11000100 10110100 11101010 10000 10111 0 1000 100000010 111000 1010001

Color Harmonies of #C4B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4EA

Black with #C4B4EA

Text Example


Text Example

White with #C4B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4EA; }

 p { color: rgb(196,180,234); }

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

background-color css

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

 a { background-color: rgb(196,180,234); }

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

border-color css

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

 span { border-color: rgb(196,180,234); }

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