Html Css Color HEX #C9B4EF Melrose

📋 copy color: '#C9B4EF'

red 201 ◦ green 180 ◦ blue 239

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

Shades of Melrose #C9B4EF

Tints of Melrose #C9B4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.03%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 32.42%
G = 29.03%
B = 38.55%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9B4EF (or 0xC9B4EF) is known color: Melrose. HEX triplet: C9, B4 and EF. RGB value is (201,180,239). Sum of RGB (Red+Green+Blue) = 201+180+239=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B4EF is #364B10. Grayscale: #C0C0C0. Windows color (decimal): -3558161 or 15709385. OLE color: 15709385.

HSL color Cylindrical-coordinate representation of color #C9B4EF: hue angle of 261.36º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B4EF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 180 239 -
CMYK 0.16 0.25 0 0.06
HSL 261.36º 0.65% 0.82% -
HSV(B) 261.36º 0.25% 0.94% -
XYZ 55.99 51.29 88.61 -
YUV 193.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 201 180 239 0.16 0.25 0 0.06 261.36 0.65 0.82
Hex C9 B4 EF 10 19 0 6 105 41 52
Octal 311 264 357 20 31 0 6 405 101 122
Binary 11001001 10110100 11101111 10000 11001 0 110 100000101 1000001 1010010

Color Harmonies of #C9B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B4EF

Black with #C9B4EF

Text Example


Text Example

White with #C9B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B4EF; }

 p { color: rgb(201,180,239); }

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

background-color css

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

 a { background-color: rgb(201,180,239); }

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

border-color css

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

 span { border-color: rgb(201,180,239); }

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