#C1B5DD

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

Shades of Melrose #C1B5DD

Tints of Melrose #C1B5DD

Color information

#C1B5DD (or 0xC1B5DD) is unknown color: approx Melrose. HEX triplet: C1, B5 and DD. RGB value is (193,181,221). Sum of RGB (Red+Green+Blue) = 193+181+221=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5DD is #3E4A22. Grayscale: #BDBDBD. Windows color (decimal): -4082211 or 14529985. OLE color: 14529985.

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

Color convert

RGB193181221-
CMYK0.130.1800.13
HSL258º37.04%78.82%-
HSV(B)258º18.1%86.67%-
XYZ51.5749.6175.26-
YUV189.15145.98130.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=32.44%
G=30.42%
B=37.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931812210.130.1800.1325837.0478.82
HexC1B5DDD120D102254f
Octal301265335152201540245117
Binary110000011011010111011101110110010011011000000101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5DD; }

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

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

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

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

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

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

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

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