Html Css Color HEX #C3B4E8 Melrose

📋 copy color: '#C3B4E8'

red 195 ◦ green 180 ◦ blue 232

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

Shades of Melrose #C3B4E8

Tints of Melrose #C3B4E8

RGB

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

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

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

R = 32.13%
G = 29.65%
B = 38.22%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3B4E8 (or 0xC3B4E8) is known color: Melrose. HEX triplet: C3, B4 and E8. RGB value is (195,180,232). Sum of RGB (Red+Green+Blue) = 195+180+232=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3B4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B4E8 is #3C4B17. Grayscale: #BEBEBE. Windows color (decimal): -3951384 or 15250627. OLE color: 15250627.

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

Color convert

RGB 195 180 232 -
CMYK 0.16 0.22 0 0.09
HSL 257.31º 0.53% 0.81% -
HSV(B) 257.31º 0.22% 0.91% -
XYZ 53.39 50.07 83.19 -
YUV 190.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 195 180 232 0.16 0.22 0 0.09 257.31 0.53 0.81
Hex C3 B4 E8 10 16 0 9 101 35 51
Octal 303 264 350 20 26 0 11 401 65 121
Binary 11000011 10110100 11101000 10000 10110 0 1001 100000001 110101 1010001

Color Harmonies of #C3B4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B4E8

Black with #C3B4E8

Text Example


Text Example

White with #C3B4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B4E8; }

 p { color: rgb(195,180,232); }

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

background-color css

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

 a { background-color: rgb(195,180,232); }

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

border-color css

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

 span { border-color: rgb(195,180,232); }

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