Html Css Color HEX #C9C5DF Melrose

📋 copy color: '#C9C5DF'

red 201 ◦ green 197 ◦ blue 223

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

Shades of Melrose #C9C5DF

Tints of Melrose #C9C5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 32.37%
G = 31.72%
B = 35.91%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9C5DF (or 0xC9C5DF) is known color: Melrose. HEX triplet: C9, C5 and DF. RGB value is (201,197,223). Sum of RGB (Red+Green+Blue) = 201+197+223=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DF is #363A20. Grayscale: #C9C9C9. Windows color (decimal): -3553825 or 14665161. OLE color: 14665161.

HSL color Cylindrical-coordinate representation of color #C9C5DF: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9C5DF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 197 223 -
CMYK 0.10 0.12 0 0.13
HSL 249.23º 0.29% 0.82% -
HSV(B) 249.23º 0.12% 0.87% -
XYZ 57.37 57.68 77.92 -
YUV 201.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 201 197 223 0.10 0.12 0 0.13 249.23 0.29 0.82
Hex C9 C5 DF A C 0 D F9 1D 52
Octal 311 305 337 12 14 0 15 371 35 122
Binary 11001001 11000101 11011111 1010 1100 0 1101 11111001 11101 1010010

Color Harmonies of #C9C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5DF

Black with #C9C5DF

Text Example


Text Example

White with #C9C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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