#C3B8F3

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

Shades of Melrose #C3B8F3

Tints of Melrose #C3B8F3

Color information

#C3B8F3 (or 0xC3B8F3) is unknown color: approx Melrose. HEX triplet: C3, B8 and F3. RGB value is (195,184,243). Sum of RGB (Red+Green+Blue) = 195+184+243=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8F3 is #3C470C. Grayscale: #C1C1C1. Windows color (decimal): -3950349 or 15972547. OLE color: 15972547.

HSL color Cylindrical-coordinate representation of color #C3B8F3: hue angle of 251.19º 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 #C3B8F3 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195184243-
CMYK0.200.2400.05
HSL251.19º71.08%83.73%-
HSV(B)251.19º24.28%95.29%-
XYZ55.8252.3591.96-
YUV194.02155.64128.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=31.35%
G=29.58%
B=39.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951842430.200.2400.05251.1971.0883.73
HexC3B8F3141805fb4754
Octal303270363243005373107124
Binary110000111011100011110011101001100001011111101110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8F3; }

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

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

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

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

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

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

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

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