Html Css Color HEX #C7BBDF Melrose

📋 copy color: '#C7BBDF'

red 199 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C7BBDF

Tints of Melrose #C7BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.71%

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

R = 32.68%
G = 30.71%
B = 36.62%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7BBDF (or 0xC7BBDF) is known color: Melrose. HEX triplet: C7, BB and DF. RGB value is (199,187,223). Sum of RGB (Red+Green+Blue) = 199+187+223=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDF is #384420. Grayscale: #C2C2C2. Windows color (decimal): -3687457 or 14662599. OLE color: 14662599.

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

Color convert

RGB 199 187 223 -
CMYK 0.11 0.16 0 0.13
HSL 260º 0.36% 0.8% -
HSV(B) 260º 0.16% 0.87% -
XYZ 54.64 53.01 77.16 -
YUV 194.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 199 187 223 0.11 0.16 0 0.13 260 0.36 0.8
Hex C7 BB DF B 10 0 D 104 24 50
Octal 307 273 337 13 20 0 15 404 44 120
Binary 11000111 10111011 11011111 1011 10000 0 1101 100000100 100100 1010000

Color Harmonies of #C7BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBDF

Black with #C7BBDF

Text Example


Text Example

White with #C7BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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