Html Css Color HEX #C9C5DB Melrose

📋 copy color: '#C9C5DB'

red 201 ◦ green 197 ◦ blue 219

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

Shades of Melrose #C9C5DB

Tints of Melrose #C9C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.93%

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

R = 32.58%
G = 31.93%
B = 35.49%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9C5DB (or 0xC9C5DB) is known color: Melrose. HEX triplet: C9, C5 and DB. RGB value is (201,197,219). Sum of RGB (Red+Green+Blue) = 201+197+219=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DB is #363A24. Grayscale: #C8C8C8. Windows color (decimal): -3553829 or 14403017. OLE color: 14403017.

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

Color convert

RGB 201 197 219 -
CMYK 0.08 0.10 0 0.14
HSL 250.91º 0.23% 0.82% -
HSV(B) 250.91º 0.1% 0.86% -
XYZ 56.84 57.46 75.11 -
YUV 200.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 201 197 219 0.08 0.10 0 0.14 250.91 0.23 0.82
Hex C9 C5 DB 8 A 0 E FB 17 52
Octal 311 305 333 10 12 0 16 373 27 122
Binary 11001001 11000101 11011011 1000 1010 0 1110 11111011 10111 1010010

Color Harmonies of #C9C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5DB

Black with #C9C5DB

Text Example


Text Example

White with #C9C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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