Html Css Color HEX #C7BFE0 Melrose

📋 copy color: '#C7BFE0'

red 199 ◦ green 191 ◦ blue 224

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

Shades of Melrose #C7BFE0

Tints of Melrose #C7BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 31.11%

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

R = 32.41%
G = 31.11%
B = 36.48%

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

#C7BFE0 (or 0xC7BFE0) is known color: Melrose. HEX triplet: C7, BF and E0. RGB value is (199,191,224). Sum of RGB (Red+Green+Blue) = 199+191+224=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFE0 is #38401F. Grayscale: #C5C5C5. Windows color (decimal): -3686432 or 14729159. OLE color: 14729159.

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

Color convert

RGB 199 191 224 -
CMYK 0.11 0.15 0 0.12
HSL 254.55º 0.35% 0.81% -
HSV(B) 254.55º 0.15% 0.88% -
XYZ 55.64 54.79 78.16 -
YUV 197.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 199 191 224 0.11 0.15 0 0.12 254.55 0.35 0.81
Hex C7 BF E0 B F 0 C FF 23 51
Octal 307 277 340 13 17 0 14 377 43 121
Binary 11000111 10111111 11100000 1011 1111 0 1100 11111111 100011 1010001

Color Harmonies of #C7BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFE0

Black with #C7BFE0

Text Example


Text Example

White with #C7BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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