Html Css Color HEX #C9BBDD Melrose

📋 copy color: '#C9BBDD'

red 201 ◦ green 187 ◦ blue 221

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

Shades of Melrose #C9BBDD

Tints of Melrose #C9BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 33%
G = 30.71%
B = 36.29%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BBDD (or 0xC9BBDD) is known color: Melrose. HEX triplet: C9, BB and DD. RGB value is (201,187,221). Sum of RGB (Red+Green+Blue) = 201+187+221=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDD is #364422. Grayscale: #C2C2C2. Windows color (decimal): -3556387 or 14531529. OLE color: 14531529.

HSL color Cylindrical-coordinate representation of color #C9BBDD: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BBDD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 187 221 -
CMYK 0.09 0.15 0 0.13
HSL 264.71º 0.33% 0.8% -
HSV(B) 264.71º 0.15% 0.87% -
XYZ 54.91 53.18 75.78 -
YUV 195.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 201 187 221 0.09 0.15 0 0.13 264.71 0.33 0.8
Hex C9 BB DD 9 F 0 D 109 21 50
Octal 311 273 335 11 17 0 15 411 41 120
Binary 11001001 10111011 11011101 1001 1111 0 1101 100001001 100001 1010000

Color Harmonies of #C9BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBDD

Black with #C9BBDD

Text Example


Text Example

White with #C9BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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