Html Css Color HEX #C3BED6 Melrose

📋 copy color: '#C3BED6'

red 195 ◦ green 190 ◦ blue 214

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

Shades of Melrose #C3BED6

Tints of Melrose #C3BED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 32.55%
G = 31.72%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C3BED6 (or 0xC3BED6) is known color: Melrose. HEX triplet: C3, BE and D6. RGB value is (195,190,214). Sum of RGB (Red+Green+Blue) = 195+190+214=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED6 is #3C4129. Grayscale: #C2C2C2. Windows color (decimal): -3948842 or 14073539. OLE color: 14073539.

HSL color Cylindrical-coordinate representation of color #C3BED6: hue angle of 252.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BED6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 190 214 -
CMYK 0.09 0.11 0 0.16
HSL 252.5º 0.23% 0.79% -
HSV(B) 252.5º 0.11% 0.84% -
XYZ 53.06 53.28 71.11 -
YUV 194.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 195 190 214 0.09 0.11 0 0.16 252.5 0.23 0.79
Hex C3 BE D6 9 B 0 10 FD 17 4F
Octal 303 276 326 11 13 0 20 375 27 117
Binary 11000011 10111110 11010110 1001 1011 0 10000 11111101 10111 1001111

Color Harmonies of #C3BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BED6

Black with #C3BED6

Text Example


Text Example

White with #C3BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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