Html Css Color HEX #C7BED9 Melrose

📋 copy color: '#C7BED9'

red 199 ◦ green 190 ◦ blue 217

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

Shades of Melrose #C7BED9

Tints of Melrose #C7BED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.81%

R = 32.84%
G = 31.35%
B = 35.81%

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

#C7BED9 (or 0xC7BED9) is known color: Melrose. HEX triplet: C7, BE and D9. RGB value is (199,190,217). Sum of RGB (Red+Green+Blue) = 199+190+217=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED9 is #384126. Grayscale: #C3C3C3. Windows color (decimal): -3686695 or 14270151. OLE color: 14270151.

HSL color Cylindrical-coordinate representation of color #C7BED9: hue angle of 260º degrees, saturation: 0.26, 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 #C7BED9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 190 217 -
CMYK 0.08 0.12 0 0.15
HSL 260º 0.26% 0.8% -
HSV(B) 260º 0.12% 0.85% -
XYZ 54.49 53.98 73.19 -
YUV 195.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 199 190 217 0.08 0.12 0 0.15 260 0.26 0.8
Hex C7 BE D9 8 C 0 F 104 1A 50
Octal 307 276 331 10 14 0 17 404 32 120
Binary 11000111 10111110 11011001 1000 1100 0 1111 100000100 11010 1010000

Color Harmonies of #C7BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BED9

Black with #C7BED9

Text Example


Text Example

White with #C7BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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