Html Css Color HEX #C7BBDE Melrose

📋 copy color: '#C7BBDE'

red 199 ◦ green 187 ◦ blue 222

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

Shades of Melrose #C7BBDE

Tints of Melrose #C7BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 32.73%
G = 30.76%
B = 36.51%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7BBDE (or 0xC7BBDE) is known color: Melrose. HEX triplet: C7, BB and DE. RGB value is (199,187,222). Sum of RGB (Red+Green+Blue) = 199+187+222=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDE is #384421. Grayscale: #C2C2C2. Windows color (decimal): -3687458 or 14597063. OLE color: 14597063.

HSL color Cylindrical-coordinate representation of color #C7BBDE: hue angle of 260.57º degrees, saturation: 0.35, 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 #C7BBDE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 187 222 -
CMYK 0.10 0.16 0 0.13
HSL 260.57º 0.35% 0.8% -
HSV(B) 260.57º 0.16% 0.87% -
XYZ 54.51 52.96 76.46 -
YUV 194.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 199 187 222 0.10 0.16 0 0.13 260.57 0.35 0.8
Hex C7 BB DE A 10 0 D 105 23 50
Octal 307 273 336 12 20 0 15 405 43 120
Binary 11000111 10111011 11011110 1010 10000 0 1101 100000101 100011 1010000

Color Harmonies of #C7BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBDE

Black with #C7BBDE

Text Example


Text Example

White with #C7BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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