Html Css Color HEX #C7BDDB Melrose

📋 copy color: '#C7BDDB'

red 199 ◦ green 189 ◦ blue 219

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

Shades of Melrose #C7BDDB

Tints of Melrose #C7BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 32.78%
G = 31.14%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7BDDB (or 0xC7BDDB) is known color: Melrose. HEX triplet: C7, BD and DB. RGB value is (199,189,219). Sum of RGB (Red+Green+Blue) = 199+189+219=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDB is #384224. Grayscale: #C3C3C3. Windows color (decimal): -3686949 or 14400967. OLE color: 14400967.

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

Color convert

RGB 199 189 219 -
CMYK 0.09 0.14 0 0.14
HSL 260º 0.29% 0.8% -
HSV(B) 260º 0.14% 0.86% -
XYZ 54.54 53.65 74.5 -
YUV 195.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 199 189 219 0.09 0.14 0 0.14 260 0.29 0.8
Hex C7 BD DB 9 E 0 E 104 1D 50
Octal 307 275 333 11 16 0 16 404 35 120
Binary 11000111 10111101 11011011 1001 1110 0 1110 100000100 11101 1010000

Color Harmonies of #C7BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDDB

Black with #C7BDDB

Text Example


Text Example

White with #C7BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDDB; }

 p { color: rgb(199,189,219); }

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

background-color css

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

 a { background-color: rgb(199,189,219); }

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

border-color css

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

 span { border-color: rgb(199,189,219); }

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