Html Css Color HEX #C7BADC Melrose

📋 copy color: '#C7BADC'

red 199 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C7BADC

Tints of Melrose #C7BADC

RGB

 RED value IS 199 (78.13% from 255) = 32.89%

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

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 32.89%
G = 30.74%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7BADC (or 0xC7BADC) is known color: Melrose. HEX triplet: C7, BA and DC. RGB value is (199,186,220). Sum of RGB (Red+Green+Blue) = 199+186+220=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADC is #384523. Grayscale: #C1C1C1. Windows color (decimal): -3687716 or 14465735. OLE color: 14465735.

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

Color convert

RGB 199 186 220 -
CMYK 0.10 0.15 0 0.14
HSL 262.94º 0.33% 0.8% -
HSV(B) 262.94º 0.15% 0.86% -
XYZ 54.03 52.43 74.98 -
YUV 193.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 199 186 220 0.10 0.15 0 0.14 262.94 0.33 0.8
Hex C7 BA DC A F 0 E 107 21 50
Octal 307 272 334 12 17 0 16 407 41 120
Binary 11000111 10111010 11011100 1010 1111 0 1110 100000111 100001 1010000

Color Harmonies of #C7BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BADC

Black with #C7BADC

Text Example


Text Example

White with #C7BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BADC; }

 p { color: rgb(199,186,220); }

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

background-color css

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

 a { background-color: rgb(199,186,220); }

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

border-color css

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

 span { border-color: rgb(199,186,220); }

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