Html Css Color HEX #C9C3DC Melrose

📋 copy color: '#C9C3DC'

red 201 ◦ green 195 ◦ blue 220

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

Shades of Melrose #C9C3DC

Tints of Melrose #C9C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.66%

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

R = 32.63%
G = 31.66%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9C3DC (or 0xC9C3DC) is known color: Melrose. HEX triplet: C9, C3 and DC. RGB value is (201,195,220). Sum of RGB (Red+Green+Blue) = 201+195+220=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3DC is #363C23. Grayscale: #C7C7C7. Windows color (decimal): -3554340 or 14468041. OLE color: 14468041.

HSL color Cylindrical-coordinate representation of color #C9C3DC: hue angle of 254.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C3DC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 195 220 -
CMYK 0.09 0.11 0 0.14
HSL 254.4º 0.26% 0.81% -
HSV(B) 254.4º 0.11% 0.86% -
XYZ 56.52 56.62 75.66 -
YUV 199.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 201 195 220 0.09 0.11 0 0.14 254.4 0.26 0.81
Hex C9 C3 DC 9 B 0 E FE 1A 51
Octal 311 303 334 11 13 0 16 376 32 121
Binary 11001001 11000011 11011100 1001 1011 0 1110 11111110 11010 1010001

Color Harmonies of #C9C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C3DC

Black with #C9C3DC

Text Example


Text Example

White with #C9C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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