Html Css Color HEX #C7BED7 Melrose

📋 copy color: '#C7BED7'

red 199 ◦ green 190 ◦ blue 215

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

Shades of Melrose #C7BED7

Tints of Melrose #C7BED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 32.95%
G = 31.46%
B = 35.6%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7BED7 (or 0xC7BED7) is known color: Melrose. HEX triplet: C7, BE and D7. RGB value is (199,190,215). Sum of RGB (Red+Green+Blue) = 199+190+215=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED7 is #384128. Grayscale: #C3C3C3. Windows color (decimal): -3686697 or 14139079. OLE color: 14139079.

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

Color convert

RGB 199 190 215 -
CMYK 0.07 0.12 0 0.16
HSL 261.6º 0.24% 0.79% -
HSV(B) 261.6º 0.12% 0.84% -
XYZ 54.23 53.88 71.83 -
YUV 195.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 199 190 215 0.07 0.12 0 0.16 261.6 0.24 0.79
Hex C7 BE D7 7 C 0 10 106 18 4F
Octal 307 276 327 7 14 0 20 406 30 117
Binary 11000111 10111110 11010111 111 1100 0 10000 100000110 11000 1001111

Color Harmonies of #C7BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BED7

Black with #C7BED7

Text Example


Text Example

White with #C7BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BED7; }

 p { color: rgb(199,190,215); }

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

background-color css

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

 a { background-color: rgb(199,190,215); }

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

border-color css

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

 span { border-color: rgb(199,190,215); }

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