Html Css Color HEX #C7BBDC Melrose

📋 copy color: '#C7BBDC'

red 199 ◦ green 187 ◦ blue 220

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

Shades of Melrose #C7BBDC

Tints of Melrose #C7BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 32.84%
G = 30.86%
B = 36.3%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7BBDC (or 0xC7BBDC) is known color: Melrose. HEX triplet: C7, BB and DC. RGB value is (199,187,220). Sum of RGB (Red+Green+Blue) = 199+187+220=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDC is #384423. Grayscale: #C2C2C2. Windows color (decimal): -3687460 or 14465991. OLE color: 14465991.

HSL color Cylindrical-coordinate representation of color #C7BBDC: hue angle of 261.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BBDC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 187 220 -
CMYK 0.10 0.15 0 0.14
HSL 261.82º 0.32% 0.8% -
HSV(B) 261.82º 0.15% 0.86% -
XYZ 54.24 52.85 75.05 -
YUV 194.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 199 187 220 0.10 0.15 0 0.14 261.82 0.32 0.8
Hex C7 BB DC A F 0 E 106 20 50
Octal 307 273 334 12 17 0 16 406 40 120
Binary 11000111 10111011 11011100 1010 1111 0 1110 100000110 100000 1010000

Color Harmonies of #C7BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBDC

Black with #C7BBDC

Text Example


Text Example

White with #C7BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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