Html Css Color HEX #C9BCDE Melrose

📋 copy color: '#C9BCDE'

red 201 ◦ green 188 ◦ blue 222

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

Shades of Melrose #C9BCDE

Tints of Melrose #C9BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

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

R = 32.9%
G = 30.77%
B = 36.33%

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

#C9BCDE (or 0xC9BCDE) is known color: Melrose. HEX triplet: C9, BC and DE. RGB value is (201,188,222). Sum of RGB (Red+Green+Blue) = 201+188+222=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDE is #364321. Grayscale: #C3C3C3. Windows color (decimal): -3556130 or 14597321. OLE color: 14597321.

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

Color convert

RGB 201 188 222 -
CMYK 0.09 0.15 0 0.13
HSL 262.94º 0.34% 0.8% -
HSV(B) 262.94º 0.15% 0.87% -
XYZ 55.26 53.66 76.55 -
YUV 195.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 201 188 222 0.09 0.15 0 0.13 262.94 0.34 0.8
Hex C9 BC DE 9 F 0 D 107 22 50
Octal 311 274 336 11 17 0 15 407 42 120
Binary 11001001 10111100 11011110 1001 1111 0 1101 100000111 100010 1010000

Color Harmonies of #C9BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCDE

Black with #C9BCDE

Text Example


Text Example

White with #C9BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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