Html Css Color HEX #C7BEE1 Melrose

📋 copy color: '#C7BEE1'

red 199 ◦ green 190 ◦ blue 225

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

Shades of Melrose #C7BEE1

Tints of Melrose #C7BEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 32.41%
G = 30.94%
B = 36.64%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C7BEE1 (or 0xC7BEE1) is known color: Melrose. HEX triplet: C7, BE and E1. RGB value is (199,190,225). Sum of RGB (Red+Green+Blue) = 199+190+225=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEE1 is #38411E. Grayscale: #C4C4C4. Windows color (decimal): -3686687 or 14794439. OLE color: 14794439.

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

Color convert

RGB 199 190 225 -
CMYK 0.12 0.16 0 0.12
HSL 255.43º 0.37% 0.81% -
HSV(B) 255.43º 0.16% 0.88% -
XYZ 55.56 54.41 78.81 -
YUV 196.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 199 190 225 0.12 0.16 0 0.12 255.43 0.37 0.81
Hex C7 BE E1 C 10 0 C FF 25 51
Octal 307 276 341 14 20 0 14 377 45 121
Binary 11000111 10111110 11100001 1100 10000 0 1100 11111111 100101 1010001

Color Harmonies of #C7BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEE1

Black with #C7BEE1

Text Example


Text Example

White with #C7BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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