Html Css Color HEX #C9BEDB Melrose

📋 copy color: '#C9BEDB'

red 201 ◦ green 190 ◦ blue 219

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

Shades of Melrose #C9BEDB

Tints of Melrose #C9BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 32.95%
G = 31.15%
B = 35.9%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9BEDB (or 0xC9BEDB) is known color: Melrose. HEX triplet: C9, BE and DB. RGB value is (201,190,219). Sum of RGB (Red+Green+Blue) = 201+190+219=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDB is #364124. Grayscale: #C4C4C4. Windows color (decimal): -3555621 or 14401225. OLE color: 14401225.

HSL color Cylindrical-coordinate representation of color #C9BEDB: hue angle of 262.76º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BEDB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 190 219 -
CMYK 0.08 0.13 0 0.14
HSL 262.76º 0.29% 0.8% -
HSV(B) 262.76º 0.13% 0.86% -
XYZ 55.29 54.36 74.6 -
YUV 196.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 201 190 219 0.08 0.13 0 0.14 262.76 0.29 0.8
Hex C9 BE DB 8 D 0 E 107 1D 50
Octal 311 276 333 10 15 0 16 407 35 120
Binary 11001001 10111110 11011011 1000 1101 0 1110 100000111 11101 1010000

Color Harmonies of #C9BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEDB

Black with #C9BEDB

Text Example


Text Example

White with #C9BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEDB; }

 p { color: rgb(201,190,219); }

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

background-color css

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

 a { background-color: rgb(201,190,219); }

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

border-color css

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

 span { border-color: rgb(201,190,219); }

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