#C4BFDF

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

Shades of Melrose #C4BFDF

Tints of Melrose #C4BFDF

Color information

#C4BFDF (or 0xC4BFDF) is unknown color: approx Melrose. HEX triplet: C4, BF and DF. RGB value is (196,191,223). Sum of RGB (Red+Green+Blue) = 196+191+223=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDF is #3B4020. Grayscale: #C4C4C4. Windows color (decimal): -3883041 or 14663620. OLE color: 14663620.

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

Color convert

RGB196191223-
CMYK0.120.1400.13
HSL249.38º33.33%81.18%-
HSV(B)249.38º14.35%87.45%-
XYZ54.7254.3377.41-
YUV196.14143.16127.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=32.13%
G=31.31%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961912230.120.1400.13249.3833.3381.18
HexC4BFDFCE0Df92151
Octal304277337141601537141121
Binary1100010010111111110111111100111001101111110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFDF; }

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

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

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

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

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

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

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

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