Html Css Color HEX #C7BFDF Melrose

📋 copy color: '#C7BFDF'

red 199 ◦ green 191 ◦ blue 223

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

Shades of Melrose #C7BFDF

Tints of Melrose #C7BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 32.46%
G = 31.16%
B = 36.38%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7BFDF (or 0xC7BFDF) is known color: Melrose. HEX triplet: C7, BF and DF. RGB value is (199,191,223). Sum of RGB (Red+Green+Blue) = 199+191+223=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDF is #384020. Grayscale: #C4C4C4. Windows color (decimal): -3686433 or 14663623. OLE color: 14663623.

HSL color Cylindrical-coordinate representation of color #C7BFDF: hue angle of 255º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BFDF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 191 223 -
CMYK 0.11 0.14 0 0.13
HSL 255º 0.33% 0.81% -
HSV(B) 255º 0.14% 0.87% -
XYZ 55.5 54.73 77.45 -
YUV 197.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 199 191 223 0.11 0.14 0 0.13 255 0.33 0.81
Hex C7 BF DF B E 0 D FF 21 51
Octal 307 277 337 13 16 0 15 377 41 121
Binary 11000111 10111111 11011111 1011 1110 0 1101 11111111 100001 1010001

Color Harmonies of #C7BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFDF

Black with #C7BFDF

Text Example


Text Example

White with #C7BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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