Html Css Color HEX #C7BFE3 Melrose

📋 copy color: '#C7BFE3'

red 199 ◦ green 191 ◦ blue 227

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

Shades of Melrose #C7BFE3

Tints of Melrose #C7BFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 32.25%
G = 30.96%
B = 36.79%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C7BFE3 (or 0xC7BFE3) is known color: Melrose. HEX triplet: C7, BF and E3. RGB value is (199,191,227). Sum of RGB (Red+Green+Blue) = 199+191+227=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #C7BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFE3 is #38401C. Grayscale: #C5C5C5. Windows color (decimal): -3686429 or 14925767. OLE color: 14925767.

HSL color Cylindrical-coordinate representation of color #C7BFE3: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BFE3 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 191 227 -
CMYK 0.12 0.16 0 0.11
HSL 253.33º 0.39% 0.82% -
HSV(B) 253.33º 0.16% 0.89% -
XYZ 56.05 54.95 80.33 -
YUV 197.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 199 191 227 0.12 0.16 0 0.11 253.33 0.39 0.82
Hex C7 BF E3 C 10 0 B FD 27 52
Octal 307 277 343 14 20 0 13 375 47 122
Binary 11000111 10111111 11100011 1100 10000 0 1011 11111101 100111 1010010

Color Harmonies of #C7BFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFE3

Black with #C7BFE3

Text Example


Text Example

White with #C7BFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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