Html Css Color HEX #C9BBDE Melrose

📋 copy color: '#C9BBDE'

red 201 ◦ green 187 ◦ blue 222

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

Shades of Melrose #C9BBDE

Tints of Melrose #C9BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 32.95%
G = 30.66%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BBDE (or 0xC9BBDE) is known color: Melrose. HEX triplet: C9, BB and DE. RGB value is (201,187,222). Sum of RGB (Red+Green+Blue) = 201+187+222=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDE is #364421. Grayscale: #C3C3C3. Windows color (decimal): -3556386 or 14597065. OLE color: 14597065.

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

Color convert

RGB 201 187 222 -
CMYK 0.09 0.16 0 0.13
HSL 264º 0.35% 0.8% -
HSV(B) 264º 0.16% 0.87% -
XYZ 55.04 53.23 76.48 -
YUV 195.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 201 187 222 0.09 0.16 0 0.13 264 0.35 0.8
Hex C9 BB DE 9 10 0 D 108 23 50
Octal 311 273 336 11 20 0 15 410 43 120
Binary 11001001 10111011 11011110 1001 10000 0 1101 100001000 100011 1010000

Color Harmonies of #C9BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBDE

Black with #C9BBDE

Text Example


Text Example

White with #C9BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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