Html Css Color HEX #C4B8EC Melrose

📋 copy color: '#C4B8EC'

red 196 ◦ green 184 ◦ blue 236

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

Shades of Melrose #C4B8EC

Tints of Melrose #C4B8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

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

R = 31.82%
G = 29.87%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4B8EC (or 0xC4B8EC) is known color: Melrose. HEX triplet: C4, B8 and EC. RGB value is (196,184,236). Sum of RGB (Red+Green+Blue) = 196+184+236=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B8EC is #3B4713. Grayscale: #C1C1C1. Windows color (decimal): -3884820 or 15513796. OLE color: 15513796.

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

Color convert

RGB 196 184 236 -
CMYK 0.17 0.22 0 0.07
HSL 253.85º 0.58% 0.82% -
HSV(B) 253.85º 0.22% 0.93% -
XYZ 55.05 52.07 86.51 -
YUV 193.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 196 184 236 0.17 0.22 0 0.07 253.85 0.58 0.82
Hex C4 B8 EC 11 16 0 7 FE 3A 52
Octal 304 270 354 21 26 0 7 376 72 122
Binary 11000100 10111000 11101100 10001 10110 0 111 11111110 111010 1010010

Color Harmonies of #C4B8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8EC

Black with #C4B8EC

Text Example


Text Example

White with #C4B8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8EC; }

 p { color: rgb(196,184,236); }

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

background-color css

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

 a { background-color: rgb(196,184,236); }

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

border-color css

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

 span { border-color: rgb(196,184,236); }

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