#C4BDDF

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

Shades of Melrose #C4BDDF

Tints of Melrose #C4BDDF

Color information

#C4BDDF (or 0xC4BDDF) is unknown color: approx Melrose. HEX triplet: C4, BD and DF. RGB value is (196,189,223). Sum of RGB (Red+Green+Blue) = 196+189+223=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDF is #3B4220. Grayscale: #C2C2C2. Windows color (decimal): -3883553 or 14663108. OLE color: 14663108.

HSL color Cylindrical-coordinate representation of color #C4BDDF: hue angle of 252.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BDDF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196189223-
CMYK0.120.1500.13
HSL252.35º34.69%80.78%-
HSV(B)252.35º15.25%87.45%-
XYZ54.2853.4677.27-
YUV194.97143.82128.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=32.24%
G=31.09%
B=36.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961892230.120.1500.13252.3534.6980.78
HexC4BDDFCF0Dfc2351
Octal304275337141701537443121
Binary1100010010111101110111111100111101101111111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDDF; }

 p { color: rgb(196,189,223); }

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

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

 a { background-color: rgb(196,189,223); }

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

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

 span { border-color: rgb(196,189,223); }

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