Html Css Color HEX #C7BFEF Melrose

📋 copy color: '#C7BFEF'

red 199 ◦ green 191 ◦ blue 239

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

Shades of Melrose #C7BFEF

Tints of Melrose #C7BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38%

R = 31.64%
G = 30.37%
B = 38%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C7BFEF (or 0xC7BFEF) is known color: Melrose. HEX triplet: C7, BF and EF. RGB value is (199,191,239). Sum of RGB (Red+Green+Blue) = 199+191+239=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEF is #384010. Grayscale: #C6C6C6. Windows color (decimal): -3686417 or 15712199. OLE color: 15712199.

HSL color Cylindrical-coordinate representation of color #C7BFEF: hue angle of 250º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BFEF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 191 239 -
CMYK 0.17 0.20 0 0.06
HSL 250º 0.6% 0.84% -
HSV(B) 250º 0.2% 0.94% -
XYZ 57.76 55.64 89.36 -
YUV 198.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 199 191 239 0.17 0.20 0 0.06 250 0.6 0.84
Hex C7 BF EF 11 14 0 6 FA 3C 54
Octal 307 277 357 21 24 0 6 372 74 124
Binary 11000111 10111111 11101111 10001 10100 0 110 11111010 111100 1010100

Color Harmonies of #C7BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFEF

Black with #C7BFEF

Text Example


Text Example

White with #C7BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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