Html Css Color HEX #C3B5EC Melrose

📋 copy color: '#C3B5EC'

red 195 ◦ green 181 ◦ blue 236

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

Shades of Melrose #C3B5EC

Tints of Melrose #C3B5EC

RGB

 RED value IS 195 (76.56% from 255) = 31.86%

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

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

R = 31.86%
G = 29.58%
B = 38.56%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B5EC (or 0xC3B5EC) is known color: Melrose. HEX triplet: C3, B5 and EC. RGB value is (195,181,236). Sum of RGB (Red+Green+Blue) = 195+181+236=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 181 (71.09% from 255 or 29.58% 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 #C3B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5EC is #3C4A13. Grayscale: #BFBFBF. Windows color (decimal): -3951124 or 15513027. OLE color: 15513027.

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

Color convert

RGB 195 181 236 -
CMYK 0.17 0.23 0 0.07
HSL 255.27º 0.59% 0.82% -
HSV(B) 255.27º 0.23% 0.93% -
XYZ 54.17 50.71 86.29 -
YUV 191.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 195 181 236 0.17 0.23 0 0.07 255.27 0.59 0.82
Hex C3 B5 EC 11 17 0 7 FF 3B 52
Octal 303 265 354 21 27 0 7 377 73 122
Binary 11000011 10110101 11101100 10001 10111 0 111 11111111 111011 1010010

Color Harmonies of #C3B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5EC

Black with #C3B5EC

Text Example


Text Example

White with #C3B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5EC; }

 p { color: rgb(195,181,236); }

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

background-color css

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

 a { background-color: rgb(195,181,236); }

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

border-color css

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

 span { border-color: rgb(195,181,236); }

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