Html Css Color HEX #C9C2DA Melrose

📋 copy color: '#C9C2DA'

red 201 ◦ green 194 ◦ blue 218

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

Shades of Melrose #C9C2DA

Tints of Melrose #C9C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.65%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 32.79%
G = 31.65%
B = 35.56%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9C2DA (or 0xC9C2DA) is known color: Melrose. HEX triplet: C9, C2 and DA. RGB value is (201,194,218). Sum of RGB (Red+Green+Blue) = 201+194+218=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2DA is #363D25. Grayscale: #C6C6C6. Windows color (decimal): -3554598 or 14336713. OLE color: 14336713.

HSL color Cylindrical-coordinate representation of color #C9C2DA: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C2DA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 194 218 -
CMYK 0.08 0.11 0 0.15
HSL 257.5º 0.24% 0.81% -
HSV(B) 257.5º 0.11% 0.85% -
XYZ 56.03 56.06 74.2 -
YUV 198.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 201 194 218 0.08 0.11 0 0.15 257.5 0.24 0.81
Hex C9 C2 DA 8 B 0 F 102 18 51
Octal 311 302 332 10 13 0 17 402 30 121
Binary 11001001 11000010 11011010 1000 1011 0 1111 100000010 11000 1010001

Color Harmonies of #C9C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2DA

Black with #C9C2DA

Text Example


Text Example

White with #C9C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2DA; }

 p { color: rgb(201,194,218); }

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

background-color css

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

 a { background-color: rgb(201,194,218); }

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

border-color css

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

 span { border-color: rgb(201,194,218); }

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