Html Css Color HEX #C9C1DF Melrose

📋 copy color: '#C9C1DF'

red 201 ◦ green 193 ◦ blue 223

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

Shades of Melrose #C9C1DF

Tints of Melrose #C9C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.28%

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

R = 32.58%
G = 31.28%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9C1DF (or 0xC9C1DF) is known color: Melrose. HEX triplet: C9, C1 and DF. RGB value is (201,193,223). Sum of RGB (Red+Green+Blue) = 201+193+223=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1DF is #363E20. Grayscale: #C6C6C6. Windows color (decimal): -3554849 or 14664137. OLE color: 14664137.

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

Color convert

RGB 201 193 223 -
CMYK 0.10 0.13 0 0.13
HSL 256º 0.32% 0.82% -
HSV(B) 256º 0.13% 0.87% -
XYZ 56.48 55.89 77.62 -
YUV 198.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 201 193 223 0.10 0.13 0 0.13 256 0.32 0.82
Hex C9 C1 DF A D 0 D 100 20 52
Octal 311 301 337 12 15 0 15 400 40 122
Binary 11001001 11000001 11011111 1010 1101 0 1101 100000000 100000 1010010

Color Harmonies of #C9C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1DF

Black with #C9C1DF

Text Example


Text Example

White with #C9C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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