Html Css Color HEX #C9BDDB Melrose

📋 copy color: '#C9BDDB'

red 201 ◦ green 189 ◦ blue 219

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

Shades of Melrose #C9BDDB

Tints of Melrose #C9BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.03%

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

R = 33%
G = 31.03%
B = 35.96%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9BDDB (or 0xC9BDDB) is known color: Melrose. HEX triplet: C9, BD and DB. RGB value is (201,189,219). Sum of RGB (Red+Green+Blue) = 201+189+219=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDDB is #364224. Grayscale: #C3C3C3. Windows color (decimal): -3555877 or 14400969. OLE color: 14400969.

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

Color convert

RGB 201 189 219 -
CMYK 0.08 0.14 0 0.14
HSL 264º 0.29% 0.8% -
HSV(B) 264º 0.14% 0.86% -
XYZ 55.07 53.93 74.52 -
YUV 196.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 201 189 219 0.08 0.14 0 0.14 264 0.29 0.8
Hex C9 BD DB 8 E 0 E 108 1D 50
Octal 311 275 333 10 16 0 16 410 35 120
Binary 11001001 10111101 11011011 1000 1110 0 1110 100001000 11101 1010000

Color Harmonies of #C9BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDDB

Black with #C9BDDB

Text Example


Text Example

White with #C9BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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