Html Css Color HEX #C9B7EC Melrose

📋 copy color: '#C9B7EC'

red 201 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C9B7EC

Tints of Melrose #C9B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.52%

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

R = 32.42%
G = 29.52%
B = 38.06%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9B7EC (or 0xC9B7EC) is known color: Melrose. HEX triplet: C9, B7 and EC. RGB value is (201,183,236). Sum of RGB (Red+Green+Blue) = 201+183+236=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7EC is #364813. Grayscale: #C2C2C2. Windows color (decimal): -3557396 or 15513545. OLE color: 15513545.

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

Color convert

RGB 201 183 236 -
CMYK 0.15 0.22 0 0.07
HSL 260.38º 0.58% 0.82% -
HSV(B) 260.38º 0.22% 0.93% -
XYZ 56.16 52.34 86.5 -
YUV 194.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 201 183 236 0.15 0.22 0 0.07 260.38 0.58 0.82
Hex C9 B7 EC F 16 0 7 104 3A 52
Octal 311 267 354 17 26 0 7 404 72 122
Binary 11001001 10110111 11101100 1111 10110 0 111 100000100 111010 1010010

Color Harmonies of #C9B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7EC

Black with #C9B7EC

Text Example


Text Example

White with #C9B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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