Html Css Color HEX #C7BED8 Melrose

📋 copy color: '#C7BED8'

red 199 ◦ green 190 ◦ blue 216

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

Shades of Melrose #C7BED8

Tints of Melrose #C7BED8

RGB

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

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

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

R = 32.89%
G = 31.4%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7BED8 (or 0xC7BED8) is known color: Melrose. HEX triplet: C7, BE and D8. RGB value is (199,190,216). Sum of RGB (Red+Green+Blue) = 199+190+216=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED8 is #384127. Grayscale: #C3C3C3. Windows color (decimal): -3686696 or 14204615. OLE color: 14204615.

HSL color Cylindrical-coordinate representation of color #C7BED8: hue angle of 260.77º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BED8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 190 216 -
CMYK 0.08 0.12 0 0.15
HSL 260.77º 0.25% 0.8% -
HSV(B) 260.77º 0.12% 0.85% -
XYZ 54.36 53.93 72.51 -
YUV 195.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 199 190 216 0.08 0.12 0 0.15 260.77 0.25 0.8
Hex C7 BE D8 8 C 0 F 105 19 50
Octal 307 276 330 10 14 0 17 405 31 120
Binary 11000111 10111110 11011000 1000 1100 0 1111 100000101 11001 1010000

Color Harmonies of #C7BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BED8

Black with #C7BED8

Text Example


Text Example

White with #C7BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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