#C8BFDF

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

Shades of Melrose #C8BFDF

Tints of Melrose #C8BFDF

Color information

#C8BFDF (or 0xC8BFDF) is unknown color: approx Melrose. HEX triplet: C8, BF and DF. RGB value is (200,191,223). Sum of RGB (Red+Green+Blue) = 200+191+223=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFDF is #374020. Grayscale: #C5C5C5. Windows color (decimal): -3620897 or 14663624. OLE color: 14663624.

HSL color Cylindrical-coordinate representation of color #C8BFDF: hue angle of 256.88º 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 #C8BFDF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200191223-
CMYK0.100.1400.13
HSL256.88º33.33%81.18%-
HSV(B)256.88º14.35%87.45%-
XYZ55.7754.8777.46-
YUV197.34142.48129.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=32.57%
G=31.11%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001912230.100.1400.13256.8833.3381.18
HexC8BFDFAE0D1012151
Octal310277337121601540141121
Binary11001000101111111101111110101110011011000000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFDF; }

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

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

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

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

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

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

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

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