Html Css Color HEX #C7BBDA Melrose

📋 copy color: '#C7BBDA'

red 199 ◦ green 187 ◦ blue 218

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

Shades of Melrose #C7BBDA

Tints of Melrose #C7BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 32.95%
G = 30.96%
B = 36.09%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7BBDA (or 0xC7BBDA) is known color: Melrose. HEX triplet: C7, BB and DA. RGB value is (199,187,218). Sum of RGB (Red+Green+Blue) = 199+187+218=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDA is #384425. Grayscale: #C2C2C2. Windows color (decimal): -3687462 or 14334919. OLE color: 14334919.

HSL color Cylindrical-coordinate representation of color #C7BBDA: hue angle of 263.23º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BBDA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 187 218 -
CMYK 0.09 0.14 0 0.15
HSL 263.23º 0.3% 0.79% -
HSV(B) 263.23º 0.14% 0.85% -
XYZ 53.98 52.74 73.67 -
YUV 194.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 199 187 218 0.09 0.14 0 0.15 263.23 0.3 0.79
Hex C7 BB DA 9 E 0 F 107 1E 4F
Octal 307 273 332 11 16 0 17 407 36 117
Binary 11000111 10111011 11011010 1001 1110 0 1111 100000111 11110 1001111

Color Harmonies of #C7BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBDA

Black with #C7BBDA

Text Example


Text Example

White with #C7BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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