Html Css Color HEX #C3BAD8 Melrose

📋 copy color: '#C3BAD8'

red 195 ◦ green 186 ◦ blue 216

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

Shades of Melrose #C3BAD8

Tints of Melrose #C3BAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 32.66%
G = 31.16%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3BAD8 (or 0xC3BAD8) is known color: Melrose. HEX triplet: C3, BA and D8. RGB value is (195,186,216). Sum of RGB (Red+Green+Blue) = 195+186+216=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD8 is #3C4527. Grayscale: #C0C0C0. Windows color (decimal): -3949864 or 14203587. OLE color: 14203587.

HSL color Cylindrical-coordinate representation of color #C3BAD8: hue angle of 258º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BAD8 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 186 216 -
CMYK 0.10 0.14 0 0.15
HSL 258º 0.28% 0.79% -
HSV(B) 258º 0.14% 0.85% -
XYZ 52.46 51.68 72.18 -
YUV 192.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 195 186 216 0.10 0.14 0 0.15 258 0.28 0.79
Hex C3 BA D8 A E 0 F 102 1C 4F
Octal 303 272 330 12 16 0 17 402 34 117
Binary 11000011 10111010 11011000 1010 1110 0 1111 100000010 11100 1001111

Color Harmonies of #C3BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAD8

Black with #C3BAD8

Text Example


Text Example

White with #C3BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAD8; }

 p { color: rgb(195,186,216); }

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

background-color css

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

 a { background-color: rgb(195,186,216); }

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

border-color css

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

 span { border-color: rgb(195,186,216); }

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