Html Css Color HEX #C4B5EF Melrose

📋 copy color: '#C4B5EF'

red 196 ◦ green 181 ◦ blue 239

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

Shades of Melrose #C4B5EF

Tints of Melrose #C4B5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 31.82%
G = 29.38%
B = 38.8%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4B5EF (or 0xC4B5EF) is known color: Melrose. HEX triplet: C4, B5 and EF. RGB value is (196,181,239). Sum of RGB (Red+Green+Blue) = 196+181+239=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5EF is #3B4A10. Grayscale: #BFBFBF. Windows color (decimal): -3885585 or 15709636. OLE color: 15709636.

HSL color Cylindrical-coordinate representation of color #C4B5EF: hue angle of 255.52º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B5EF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 181 239 -
CMYK 0.18 0.24 0 0.06
HSL 255.52º 0.64% 0.82% -
HSV(B) 255.52º 0.24% 0.94% -
XYZ 54.87 51.02 88.62 -
YUV 192.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 196 181 239 0.18 0.24 0 0.06 255.52 0.64 0.82
Hex C4 B5 EF 12 18 0 6 100 40 52
Octal 304 265 357 22 30 0 6 400 100 122
Binary 11000100 10110101 11101111 10010 11000 0 110 100000000 1000000 1010010

Color Harmonies of #C4B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5EF

Black with #C4B5EF

Text Example


Text Example

White with #C4B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5EF; }

 p { color: rgb(196,181,239); }

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

background-color css

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

 a { background-color: rgb(196,181,239); }

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

border-color css

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

 span { border-color: rgb(196,181,239); }

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