Html Css Color HEX #C9C5DC Melrose

📋 copy color: '#C9C5DC'

red 201 ◦ green 197 ◦ blue 220

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

Shades of Melrose #C9C5DC

Tints of Melrose #C9C5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 32.52%
G = 31.88%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9C5DC (or 0xC9C5DC) is known color: Melrose. HEX triplet: C9, C5 and DC. RGB value is (201,197,220). Sum of RGB (Red+Green+Blue) = 201+197+220=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DC is #363A23. Grayscale: #C8C8C8. Windows color (decimal): -3553828 or 14468553. OLE color: 14468553.

HSL color Cylindrical-coordinate representation of color #C9C5DC: hue angle of 250.43º degrees, saturation: 0.25, 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 #C9C5DC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 197 220 -
CMYK 0.09 0.10 0 0.14
HSL 250.43º 0.25% 0.82% -
HSV(B) 250.43º 0.1% 0.86% -
XYZ 56.97 57.52 75.81 -
YUV 200.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 201 197 220 0.09 0.10 0 0.14 250.43 0.25 0.82
Hex C9 C5 DC 9 A 0 E FA 19 52
Octal 311 305 334 11 12 0 16 372 31 122
Binary 11001001 11000101 11011100 1001 1010 0 1110 11111010 11001 1010010

Color Harmonies of #C9C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5DC

Black with #C9C5DC

Text Example


Text Example

White with #C9C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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