Html Css Color HEX #C9BBDF Melrose

📋 copy color: '#C9BBDF'

red 201 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C9BBDF

Tints of Melrose #C9BBDF

RGB

 RED value IS 201 (78.91% from 255) = 32.9%

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

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

R = 32.9%
G = 30.61%
B = 36.5%

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

#C9BBDF (or 0xC9BBDF) is known color: Melrose. HEX triplet: C9, BB and DF. RGB value is (201,187,223). Sum of RGB (Red+Green+Blue) = 201+187+223=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDF is #364420. Grayscale: #C3C3C3. Windows color (decimal): -3556385 or 14662601. OLE color: 14662601.

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

Color convert

RGB 201 187 223 -
CMYK 0.10 0.16 0 0.13
HSL 263.33º 0.36% 0.8% -
HSV(B) 263.33º 0.16% 0.87% -
XYZ 55.18 53.29 77.19 -
YUV 195.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 201 187 223 0.10 0.16 0 0.13 263.33 0.36 0.8
Hex C9 BB DF A 10 0 D 107 24 50
Octal 311 273 337 12 20 0 15 407 44 120
Binary 11001001 10111011 11011111 1010 10000 0 1101 100000111 100100 1010000

Color Harmonies of #C9BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBDF

Black with #C9BBDF

Text Example


Text Example

White with #C9BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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