#C1B4DD

Color #C1B4DD Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C1B4DD

Tints of Melrose #C1B4DD

Color information

#C1B4DD (or 0xC1B4DD) is unknown color: approx Melrose. HEX triplet: C1, B4 and DD. RGB value is (193,180,221). Sum of RGB (Red+Green+Blue) = 193+180+221=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4DD is #3E4B22. Grayscale: #BCBCBC. Windows color (decimal): -4082467 or 14529729. OLE color: 14529729.

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

Color convert

RGB193180221-
CMYK0.130.1900.13
HSL259.02º37.61%78.63%-
HSV(B)259.02º18.55%86.67%-
XYZ51.3649.275.2-
YUV188.56146.31131.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=32.49%
G=30.30%
B=37.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931802210.130.1900.13259.0237.6178.63
HexC1B4DDD130D103264f
Octal301264335152301540346117
Binary110000011011010011011101110110011011011000000111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B4DD; }

 p { color: rgb(193,180,221); }

 H1.HeaderClassName
 {
   color: #C1B4DD;
 }
 .AnyTagClassName
 {
   color: #C1B4DD;
 }
</style>
background-color css

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

 a { background-color: rgb(193,180,221); }

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

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

 span { border-color: rgb(193,180,221); }

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