Html Css Color HEX #C9C1EC Melrose

📋 copy color: '#C9C1EC'

red 201 ◦ green 193 ◦ blue 236

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

Shades of Melrose #C9C1EC

Tints of Melrose #C9C1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 31.9%
G = 30.63%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9C1EC (or 0xC9C1EC) is known color: Melrose. HEX triplet: C9, C1 and EC. RGB value is (201,193,236). Sum of RGB (Red+Green+Blue) = 201+193+236=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1EC is #363E13. Grayscale: #C8C8C8. Windows color (decimal): -3554836 or 15516105. OLE color: 15516105.

HSL color Cylindrical-coordinate representation of color #C9C1EC: hue angle of 251.16º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C1EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 193 236 -
CMYK 0.15 0.18 0 0.07
HSL 251.16º 0.53% 0.84% -
HSV(B) 251.16º 0.18% 0.93% -
XYZ 58.3 56.61 87.21 -
YUV 200.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 201 193 236 0.15 0.18 0 0.07 251.16 0.53 0.84
Hex C9 C1 EC F 12 0 7 FB 35 54
Octal 311 301 354 17 22 0 7 373 65 124
Binary 11001001 11000001 11101100 1111 10010 0 111 11111011 110101 1010100

Color Harmonies of #C9C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1EC

Black with #C9C1EC

Text Example


Text Example

White with #C9C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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