Html Css Color HEX #C3BEDB Melrose

📋 copy color: '#C3BEDB'

red 195 ◦ green 190 ◦ blue 219

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

Shades of Melrose #C3BEDB

Tints of Melrose #C3BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 32.28%
G = 31.46%
B = 36.26%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3BEDB (or 0xC3BEDB) is known color: Melrose. HEX triplet: C3, BE and DB. RGB value is (195,190,219). Sum of RGB (Red+Green+Blue) = 195+190+219=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDB is #3C4124. Grayscale: #C2C2C2. Windows color (decimal): -3948837 or 14401219. OLE color: 14401219.

HSL color Cylindrical-coordinate representation of color #C3BEDB: hue angle of 250.34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BEDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 190 219 -
CMYK 0.11 0.13 0 0.14
HSL 250.34º 0.29% 0.8% -
HSV(B) 250.34º 0.13% 0.86% -
XYZ 53.71 53.54 74.52 -
YUV 194.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 195 190 219 0.11 0.13 0 0.14 250.34 0.29 0.8
Hex C3 BE DB B D 0 E FA 1D 50
Octal 303 276 333 13 15 0 16 372 35 120
Binary 11000011 10111110 11011011 1011 1101 0 1110 11111010 11101 1010000

Color Harmonies of #C3BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEDB

Black with #C3BEDB

Text Example


Text Example

White with #C3BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEDB; }

 p { color: rgb(195,190,219); }

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

background-color css

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

 a { background-color: rgb(195,190,219); }

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

border-color css

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

 span { border-color: rgb(195,190,219); }

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