Html Css Color HEX #C7BEE0 Melrose

📋 copy color: '#C7BEE0'

red 199 ◦ green 190 ◦ blue 224

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

Shades of Melrose #C7BEE0

Tints of Melrose #C7BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 32.46%
G = 31%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C7BEE0 (or 0xC7BEE0) is known color: Melrose. HEX triplet: C7, BE and E0. RGB value is (199,190,224). Sum of RGB (Red+Green+Blue) = 199+190+224=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEE0 is #38411F. Grayscale: #C4C4C4. Windows color (decimal): -3686688 or 14728903. OLE color: 14728903.

HSL color Cylindrical-coordinate representation of color #C7BEE0: hue angle of 255.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BEE0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 190 224 -
CMYK 0.11 0.15 0 0.12
HSL 255.88º 0.35% 0.81% -
HSV(B) 255.88º 0.15% 0.88% -
XYZ 55.42 54.35 78.09 -
YUV 196.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 199 190 224 0.11 0.15 0 0.12 255.88 0.35 0.81
Hex C7 BE E0 B F 0 C 100 23 51
Octal 307 276 340 13 17 0 14 400 43 121
Binary 11000111 10111110 11100000 1011 1111 0 1100 100000000 100011 1010001

Color Harmonies of #C7BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEE0

Black with #C7BEE0

Text Example


Text Example

White with #C7BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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