Html Css Color HEX #C7BFEB Melrose

📋 copy color: '#C7BFEB'

red 199 ◦ green 191 ◦ blue 235

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

Shades of Melrose #C7BFEB

Tints of Melrose #C7BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 31.84%
G = 30.56%
B = 37.6%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7BFEB (or 0xC7BFEB) is known color: Melrose. HEX triplet: C7, BF and EB. RGB value is (199,191,235). Sum of RGB (Red+Green+Blue) = 199+191+235=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEB is #384014. Grayscale: #C6C6C6. Windows color (decimal): -3686421 or 15450055. OLE color: 15450055.

HSL color Cylindrical-coordinate representation of color #C7BFEB: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BFEB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 191 235 -
CMYK 0.15 0.19 0 0.08
HSL 250.91º 0.52% 0.84% -
HSV(B) 250.91º 0.19% 0.92% -
XYZ 57.18 55.4 86.28 -
YUV 198.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 199 191 235 0.15 0.19 0 0.08 250.91 0.52 0.84
Hex C7 BF EB F 13 0 8 FB 34 54
Octal 307 277 353 17 23 0 10 373 64 124
Binary 11000111 10111111 11101011 1111 10011 0 1000 11111011 110100 1010100

Color Harmonies of #C7BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFEB

Black with #C7BFEB

Text Example


Text Example

White with #C7BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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