#C8B8F3

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

Shades of Melrose #C8B8F3

Tints of Melrose #C8B8F3

Color information

#C8B8F3 (or 0xC8B8F3) is unknown color: approx Melrose. HEX triplet: C8, B8 and F3. RGB value is (200,184,243). Sum of RGB (Red+Green+Blue) = 200+184+243=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8F3 is #37470C. Grayscale: #C3C3C3. Windows color (decimal): -3622669 or 15972552. OLE color: 15972552.

HSL color Cylindrical-coordinate representation of color #C8B8F3: hue angle of 256.27º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B8F3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200184243-
CMYK0.180.2400.05
HSL256.27º71.08%83.73%-
HSV(B)256.27º24.28%95.29%-
XYZ57.1453.0392.02-
YUV195.51154.8131.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 184 (72.27% from 255) = 29.35%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=31.90%
G=29.35%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001842430.180.2400.05256.2771.0883.73
HexC8B8F31218051004754
Octal310270363223005400107124
Binary1100100010111000111100111001011000010110000000010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8F3; }

 p { color: rgb(200,184,243); }

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

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

 a { background-color: rgb(200,184,243); }

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

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

 span { border-color: rgb(200,184,243); }

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